boundary-bbcr-fallback
Execute automatic BBCR (Collapse-Rebirth Correction) when knowledge boundaries are exceeded or reasoning fails.
Generate comprehensive test cases automatically
$ npx -y skills add qdhenry/Claude-Command-Suite --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/generate-test-casesContext preview
What this command does when you run it.
Generate comprehensive test cases automatically
Generate comprehensive test cases automatically
1. **Target Analysis and Scope Definition**
2. **Code Structure Analysis**
3. **Test Case Generation Strategy**
4. **Unit Test Implementation**
5. **Mock and Stub Generation**
6. **Data-Driven Test Generation**
7. **Integration Test Scenarios**
8. **Error Handling and Exception Testing**
9. **Test Quality and Coverage**
10. **Test Documentation and Maintenance**
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:…