docs: fix review doc accuracy and remove non-existent /simplify

code-review.md:
- Add PR URL support to Quick Start
- Add "no changes" behavior note
- Fix copilot-instructions.md precedence (prefer .github/, not both)
- Fix "automatically gitignored" → user must ensure .gitignore coverage
- Clarify reports directory is project-relative
- Add "What's NOT Flagged" section (exclusion criteria)

commands.md:
- Replace non-existent /simplify with actual bundled skills
  (/loop, /qc-helper)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
wenshao 2026-04-07 00:50:26 +08:00
parent ac179b0e02
commit 95a62da039
2 changed files with 23 additions and 8 deletions

View file

@ -75,10 +75,11 @@ Commands for managing AI tools and models.
These commands invoke bundled skills that provide specialized workflows.
| Command | Description | Usage Examples |
| ----------- | ------------------------------------------------------------------- | ------------------------------------------------- |
| `/review` | Review code changes with 5 parallel agents + deterministic analysis | `/review`, `/review 123`, `/review 123 --comment` |
| `/simplify` | Review changed code for reuse, quality, and efficiency | `/simplify` |
| Command | Description | Usage Examples |
| ------------ | ------------------------------------------------------------------- | ------------------------------------------------- |
| `/review` | Review code changes with 5 parallel agents + deterministic analysis | `/review`, `/review 123`, `/review 123 --comment` |
| `/loop` | Run a prompt on a recurring schedule | `/loop 5m check the build` |
| `/qc-helper` | Answer questions about Qwen Code usage and configuration | `/qc-helper how do I configure MCP?` |
See [Code Review](./code-review.md) for full `/review` documentation.