en un clic
implement-quality
Quality checks và fix lỗi.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Quality checks và fix lỗi.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | implement-quality |
| allowed-tools | Agent, Bash(cd *), Bash(flutter *), Bash(dart *), Bash(rubocop *), Bash(rails *), Bash(mvn *), Bash(npm *), Bash(python *), Bash(make *), Bash(cargo *) |
| description | Quality checks và fix lỗi. |
Detect project type (check in this priority order — stop at first match)
pubspec.yaml → FlutterGemfile → Railsgo.mod → GoCargo.toml → Rustrequirements.txt / pyproject.toml → Pythonpackage.json → Node.js*.lua in project root or lua/ dir → Neovim pluginCheck code
Flutter
flutter analyzeflutter testRails
rubocoprails testNeovim plugin (Lua)
lua-language-server check nếu cóNode.js
npm test hoặc npm run lintPython
pytest hoặc black --checkRust
cargo clippycargo testVerify 0 warnings/errors trước khi tiếp tục
IMPORTANT: KHÔNG report summary cho user - chỉ return kết quả để orchestrator tiếp tục step tiếp theo. Return: { tests_passed, files_fixed, warnings }
Create issues from specs/story.md. Use when user asks "Generate issues, generate issue [number].[title]"
Review code changes between two branches for clean code, style conventions, security vulnerabilities, and performance issues. Use when user asks "review code", "review my branch", "review-branch", or "review <branch> against <base>".
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
Transform PRD into PR-sized tasks using tracer-bullet vertical slices. Creates phased implementation plan then groups into concrete tasks. Outputs specs/story.md with implementation checklist.
Sync local issue files to GitHub Issues. Use when user asks "sync issues to github"
Chuẩn bị trước khi code: pull, branch, check approved, notify Slack.