docs: rewrite quick-fixes how-to around Quick Dev#2065
Conversation
Remove DEV agent references and simplify to Quick Dev as the single entry point. Show free-form intent examples, add deferred work section, clarify that Quick Dev commits for you. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis pull request updates documentation in both English and Chinese to redirect workflow guidance from the DEV agent to Quick Dev for quick fixes. Changes include removing decision tables, restructuring workflow steps, adding a deferred work section, and updating related terminology. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🤖 Augment PR SummarySummary: This PR refreshes the “Quick Fixes” documentation to position Quick Dev as the primary workflow for small, targeted changes, and updates the Quick Dev explainer opening for clearer messaging. Changes:
Technical Notes: The updated how-to assumes Quick Dev can capture intent from plain text, file paths, and issue links, and emphasizes keeping each run to a single goal with deferred backlog capture. 🤖 Was this summary useful? React with 👍 or 👎 |
|
|
||
| ```text | ||
| bmad-dev | ||
| run quick-dev — Fix the login validation bug that allows empty passwords. |
There was a problem hiding this comment.
The docs elsewhere describe invoking the workflow by its skill name (e.g. bmad-quick-dev), so the run quick-dev — ... examples may not be discoverable/valid in many IDE setups. Consider explicitly naming the canonical skill command here (or mentioning both forms) to avoid users getting stuck at step 2.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
|
|
||
| ```text | ||
| /bmad-agent-bmm-dev | ||
| run quick-dev — 修复允许空密码的登录验证 bug。 |
Summary
Test plan
🤖 Generated with Claude Code