git-fix-pr

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

When to Use This Skill

Use this skill when... Use the alternative when...
Fixing failing CI checks on an existing PR (lint, type, test) Use git-pr-feedback to address reviewer comments rather than CI failures
Reproducing red GitHub Actions runs locally before pushing corrections Use gh-workflow-monitoring to passively watch a run rather than fix it
Auto-applying lint/format/type fixes and pushing them to the PR branch Use git-conflicts when the failure is a merge conflict, not a check
Diagnosing why a pull request is red after a push Use git-triage to sweep many PRs at once instead of fixing one

Context

  • Repo: !git remote -v
  • Current branch: !git branch --show-current
  • Git status: !git status --porcelain=v2 --branch
  • Staged changes: !git diff --cached --numstat
  • Unstaged changes: !git diff --numstat
  • Recent commits: !git log --format='%h %s' --max-count=5

Parameters

Installs
1
GitHub Stars
47
First Seen
12 days ago
git-fix-pr — laurigates/claude-plugins