boundary-bbcr-fallback
Execute automatic BBCR (Collapse-Rebirth Correction) when knowledge boundaries are exceeded or reasoning fails.
Identify and resolve code issues
$ npx -y skills add qdhenry/Claude-Command-Suite --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/fix-issueContext preview
What this command does when you run it.
Identify and resolve code issues
Identify and resolve code issues
Follow this structured approach to analyze and fix issues: **$ARGUMENTS**
1. **Issue Analysis**
2. **Environment Setup**
3. **Reproduce the Issue**
4. **Root Cause Analysis**
5. **Solution Design**
6. **Implementation**
7. **Testing Strategy**
8. **Code Quality Checks**
9. **Documentation Updates**
10. **Commit and Push**
11. **Create Pull Request**
12. **Follow-up**
13. **Verification**
Remember to communicate clearly in both code and comments, and always prioritize maintainable solutions over quick fixes.
A comprehensive development toolkit designed following Anthropic's Claude Code Best Practices for AI-assisted software development.
Repo: qdhenry/Claude-Command-Suite
Execute automatic BBCR (Collapse-Rebirth Correction) when knowledge boundaries are exceeded or reasoning fails.
Analyze semantic position relative to knowledge boundaries to prevent hallucination and identify uncertainty zones.
Generate a visual heatmap of knowledge boundaries showing safe zones, risk areas, and semantic coverage.
Evaluate the current risk level and provide detailed analysis of potential hallucination or reasoning failure.
Find and construct semantic bridges to safely navigate from current position to target concept without crossing dangerous boundaries.
Takes an input prompt and returns ONLY a token-optimized version that preserves meaning while minimizing token count. Based on LLM tokenization principles:…