mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
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:
parent
ac179b0e02
commit
95a62da039
2 changed files with 23 additions and 8 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue