一键导入
review-changes
Review uncommitted code changes for bugs, security vulnerabilities, and quality issues. Use before commits or when asked to review code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review uncommitted code changes for bugs, security vulnerabilities, and quality issues. Use before commits or when asked to review code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Comprehensive business research for market analysis, competitor intelligence, trend detection, and idea validation. Triggers on research requests, market sizing questions, competitor analysis needs, idea validation, TAM/SAM/SOM calculations, SWOT analysis, and timing assessments. Use when building business cases, evaluating opportunities, or validating product ideas.
Plan execution methodology and verification strategies. Triggers on: "execute plan", "implement plan", "run plan", "follow the plan", "start implementation", "continue execution", "resume plan". Provides execution patterns, progress tracking, and error handling strategies.
Implementation planning methodology and patterns. Triggers on: "plan", "design", "architect", "structure", "how should I implement", "before I start coding", "implementation plan", "feature planning", "break down this feature". Provides planning patterns, templates, and analysis strategies.
Test-Driven Development methodology and patterns. Triggers on: "tdd", "test first", "write tests", "failing test", "red green refactor", "test driven", "test before", "coverage", "unit test", "feature test", "widget test". Provides TDD patterns for Laravel (PHPUnit/Pest), Flutter, and Vue (Vitest/Jest).
Create a well-formatted commit following project conventions. Auto-detects commit style from git history.
Update inline documentation for uncommitted code changes. Use after modifying code or when documentation needs sync.
| name | review-changes |
| description | Review uncommitted code changes for bugs, security vulnerabilities, and quality issues. Use before commits or when asked to review code. |
| context | fork |
| agent | code-reviewer |
Review all uncommitted changes in this repository for issues.
git diff to get all uncommitted changesgit diff --cached for staged changesFor detailed checklists, read:
references/security-checklist.md - OWASP Top 10 and stack-specific securityreferences/quality-checklist.md - Code quality and best practicesDetect project stack from config files:
composer.json + artisan = Laravelpubspec.yaml = Flutternuxt.config.* = Nuxt.jspackage.json with "vue" = VueApply stack-specific checks based on detection.
Return a structured report with:
Focus on actionable feedback. Skip style-only issues unless they affect readability significantly.