From buap
Diagnose failing PR / CI checks and produce a focused fix without widening scope. Use when asked to fix failing checks, make a PR green/mergeable, debug CI failures, or resolve red builds on a pull request. Follows the BUAP fix-pr-checks runbook and backs the result with fresh validation receipts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/buap:buap-fix-pr-checksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Diagnose failing checks and produce a focused fix **without widening scope**. This is the
Diagnose failing checks and produce a focused fix without widening scope. This is the
BUAP runbooks/fix-pr-checks.md procedure.
gh pr checks, gh run view --log).For multi-check or unfamiliar failures, delegate diagnosis + fix to the lil-buddy
subagent and review its receipts before reporting the PR ready.
npx claudepluginhub codysumpter-cloud/buddy-universal-agent-profile --plugin buapGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Reference for writing and editing skills with predictable behavior, covering invocation models, description writing, and information hierarchy.