cmd-fix-pr-chechers

Installation
SKILL.md

/fix-pr-chechers

Agent skill wrapper for the Claude command /fix-pr-chechers.

When the original command text references {{INPUT}}, $1, or named arguments, map them from the user's current request.

Command Instructions

Determine the current PR number and failing action name. Create a git worktree at .trees/pr-<number>-<action> for the PR branch (e.g. .trees/pr-42-build).

Inspect failing GitHub Actions logs using gh run list and gh run view --log-failed.

For each failure:

  1. Analyze error context and stack traces
  2. Fix the underlying issue in the worktree
  3. Commit with message referencing the failure
  4. Push to remote branch
  5. Poll status with gh run watch (timeout 5 minutes)
Installs
15
First Seen
Apr 27, 2026
cmd-fix-pr-chechers — gsmlg-dev/code-agent