We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs: Add structured PR triage prompt to Prompt Cookbook System prompt for large PR review with token budget enforcement. Uses ckb review output to build a 4-tier reading list, enforces file read caps, and replaces naive file reading with CKB tool calls.
docs: update wiki for v8.0 release - Add compound operations (explore, understand, prepareChange, batchGet, batchSearch) - Add SSE streaming documentation for findReferences and searchSymbols - Add reindex MCP tool section to Index-Management - Add prepareChange tool section to Impact-Analysis - Add Compound Operations section to Prompt-Cookbook - Update all tool counts from 76/77/81 to 80+ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add v7.6 blast radius and transitive impact documentation - MCP-Tools.md: Full analyzeImpact docs with blastRadius and transitiveImpact - Features.md: v7.6 enhancements with blast radius thresholds table - Prompt-Cookbook.md: Updated example output with transitive callers - User-Guide.md: Expanded ckb impact CLI documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add missing recipes to Prompt Cookbook Added 6 new recipe sections: - Daemon Mode - scheduled tasks, file watching, webhooks - Complexity Analysis - cyclomatic/cognitive complexity metrics - Analysis Tiers - fast vs standard vs full tier selection - Index Management - freshness, incremental vs full reindex - Remote Index Server - serving indexes, uploads, tokens - Remote Federation - hybrid local+remote queries Also added: - Quick reference entries for new features - "More Recipes" entries for quick prompts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add v7.3 doc-symbol linking examples to Prompt Cookbook - Add Documentation Maintenance section with prompts for: - Finding docs that reference a symbol - Checking for stale references - Getting doc coverage stats - Pre-rename doc impact check - Add to Quick Reference table - Add to Table of Contents - Add "Is my documentation current?" recipes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add v6.5 annotation integration documentation - MCP-Integration: Enhanced recordDecision, getDecisions, annotateModule with parameter tables, examples, and v6.5 integration notes - User-Guide: Added Annotations subsection, enhanced decisions and modules annotate sections with v6.5 integration - Prompt-Cookbook: Added two new workflows for annotation-aware dead code detection and impact analysis 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add v6.5 Developer Intelligence features New MCP tools: - explainOrigin: Why does this code exist? - analyzeCoupling: Find co-change patterns - exportForLLM: LLM-friendly codebase export - auditRisk: Multi-signal risk audit New CLI commands: - ckb explain: Symbol origin explanation - ckb coupling: Co-change analysis - ckb export: LLM export - ckb audit: Risk audit Updates: - Home.md: v6.5 theme and feature section - MCP-Integration.md: Full v6.5 tool documentation - Prompt-Cookbook.md: v6.5 recipes and workflows - User-Guide.md: v6.5 CLI commands Tool count: 54 → 58 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add v6.2.2, v6.3, and v6.4 feature documentation ## v6.2.2 - Tree-sitter Complexity - Added getFileComplexity MCP tool documentation - Added /complexity API endpoint ## v6.3 - Contract-Aware Impact Analysis - Added 6 contract MCP tools (listContracts, analyzeContractImpact, etc.) - Added 7 contract API endpoints - Added contract CLI commands - Added contract analysis section to Federation.md ## v6.4 - Runtime Telemetry - Added 3 telemetry MCP tools (getTelemetryStatus, getObservedUsage, findDeadCodeCandidates) - Added 6 telemetry API endpoints - Added telemetry CLI commands (ckb telemetry, ckb dead-code) - Added full telemetry configuration section - Added telemetry architecture diagrams ## Other Updates - Updated tool count from 50 to 54 across all docs - Added v6.1-v6.4 sections to Architecture.md - Added 4 new recipe sections to Prompt-Cookbook.md - Added 4 new workflow sequences 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Extract CI/CD Integration to dedicated wiki page - Create CI-CD-Integration.md with GitHub Actions workflows, PR analysis, and automated architecture refresh documentation - Update User-Guide.md to link to new page instead of inline content - Add CI/CD Integration link to Home.md Table of Contents - Update User Guide description (remove CI/CD mention) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add Codebase Improvement Audit recipe to Cookbook New recipe for evidence-based cleanup planning: - When to use (cleanup sprints, tech debt, legacy detection) - Safe default prompt with constraints and output format - Scoped audit prompt for faster results - Dependency hygiene prompt (go.mod/package.json/pubspec) - Example output with priority levels and verification steps - Troubleshooting table - Follow-up prompts for creating cleanup plans Also added "Always require verification before deletes" tip to Tips for Better Results section. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add Practical Limits page - accuracy notes and validation New page covering: - Best-fit tasks (where CKB excels) - Low-impact tasks (when not to use CKB) - Known blind spots: - Dynamic dispatch / reflection - Generated code - Cross-repository references - Conditional compilation - Test-only code - Stale indexes - Macro-heavy languages - Confidence level explanations (0.0-1.0) - Validation checklist and prompts - When to trust vs verify results - Accuracy summary by feature Linked from: - Home.md Table of Contents - Prompt Cookbook Reference section 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add table of contents to Prompt Cookbook Organized TOC with anchor links: - Getting Started (2 items) - Core Recipes (8 items) - Workflow Sequences (7 items) - Reference (4 items) Each link includes brief description so users can scan and jump to what they need. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Expand Prompt Cookbook with all use cases Added missing sections: - Bug Investigation (trace errors, find recent changes) - Understand a File or Path (file orientation, role classification) - Dead Code Cleanup (full section with verdict examples) - Workflow Sequences (explicit tool chains for 7 scenarios) Workflow sequences now include: - New Codebase Ramp-Up - Bug Investigation - Before Making Changes - Code Review - Dead Code Sanity Check - Understanding Module Ownership - Recording Design Decisions Each sequence shows both the tool chain and natural language prompt. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add Prompt Cookbook - practical guide for new users New page with real prompts organized by intent: - Find the symbol (search, filter, follow-up) - Trace request flow from entrypoints - Blast radius / impact analysis - Summarize PR diff by risk - Onboarding to unfamiliar modules - More recipes (ownership, hotspots, dead code, ADRs) Each section includes: - When to use - Example prompts - Expected output - Troubleshooting table - Follow-up prompts Aimed at users new to coding or MCP who don't know what questions to ask. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>