Slash Command
/failure-resolution
When quality checks fail, follow this systematic process:
From githubInstall
1
Run in your terminal$
npx claudepluginhub fradser/dotclaude --plugin githubDetails
Namespace
create-pr/references/Command Content
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:
- Address the issue
- Run validation after each fix
- Mark task completed immediately after resolution
- 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 introduced
- Validate commit messages follow standards
4. Document Changes
Document all fixes made:
- Add comments explaining why fixes were needed
- Update PR description with resolution details
Stats
Parent Repo Stars468
Parent Repo Forks36
Last CommitMar 23, 2026