From github
Follows systematic process for failed quality checks: creates task list, fixes issues sequentially with per-fix validation, re-runs full checks, and documents resolutions.
How this command is triggered — by the user, by Claude, or both
Slash command
/github:failure-resolutioncreate-pr/references/The summary Claude sees in its command listing — used to decide when to auto-load this command
# Failure Resolution Process When quality checks fail, follow this systematic process: ## 1. Task List Creation Use TaskCreate to create specific task list for failures: - List each failing check as a separate task - Include error messages and context - Prioritize critical failures first ## 2. Systematic Resolution Fix issues one at a time: 1. Address the issue 2. Run validation after each fix 3. Mark task completed immediately after resolution 4. Move to next failure ## 3. Re-run Quality Checks After all fixes: - Re-run all quality checks until all pass - Ensure no new issues were i...
When quality checks fail, follow this systematic process:
Use TaskCreate to create specific task list for failures:
Fix issues one at a time:
After all fixes:
Document all fixes made:
npx claudepluginhub fradser/dotclaude --plugin github/revision-qualityRuns quality checks after fix implementation: lint, type-check, test suite, and issue verification. Iteratively reviews changes via sub-agent with confidence-aware review gates.
/pr-ci-fixDiagnoses and fixes failing CI checks on a pull request by fetching failure logs from GitHub and delegating root cause analysis and fix implementation to the feature-dev workflow.
/fix-ciFixes CI failures on a GitHub PR: identifies failed checks, views logs, checkouts branch, applies fixes, pushes changes, and verifies passing checks.
/pr-feedbackAnalyzes PR review comments by classifying into must/imo/nits/q priorities, creates action plans, performs 3-stage root cause analysis on CI errors, and verifies fixes with tests and linting.
/pr-feedbackClassifies PR review comments by priority (must/imo/nits/q), analyzes CI errors with 3-step root cause method, generates ordered response plans, and verifies fix quality.
/pr-feedbackClassifies PR review comments by priority, analyzes CI/build errors via 3-stage root cause method, generates prioritized fix plans, verification steps, and reply templates.