원클릭으로
review
Auto-review changes before committing — stack-aware checklist
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Auto-review changes before committing — stack-aware checklist
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | review |
| description | Auto-review changes before committing — stack-aware checklist |
Review all staged and unstaged changes before commit. Follow these steps:
Run git diff --stat and git diff to see what changed. If there are staged changes, also run git diff --cached.
Check project root for: package.json, pubspec.yaml, go.mod, Cargo.toml, pyproject.toml, composer.json, Gemfile, *.xcodeproj, Package.swift, Makefile.
For every modified file, verify:
| Stack | Additional checks |
|---|---|
| Flutter/Dart | No print() (use Logger), Freezed generated files up to date, barrel imports |
| iOS/Swift | [weak self] in async closures, deinit present where needed, no dynamic force unwrap |
| React/Next | Hooks deps arrays complete, no direct state mutation, server/client boundary respected |
| Node/Express | Error handling middleware, async/await (no raw callbacks), input validation |
| Go | Errors wrapped/returned (not ignored), goroutines with context, defer for cleanup |
| Python | Type hints on functions, async/await coherent, no bare except: |
| Rust | Result/Option handled (no unwrap() in prod code), ownership clear |
file:line and a suggested fixReview OK — ready to commit and show git diff --statCompresser une session de debug en cours et produire un prompt forensique strict (donnees -> hypothese unique -> test decisif -> STOP). A utiliser quand un debug long ou complexe derive vers la speculation, ou quand le contexte de la conv est sature et qu'il faut basculer sur une session vierge sans perdre les eliminations deja faites.
Switch to supervisor/CTO mode — plan, delegate to workers, never write code directly
Auto-bootstrap codebase indexing in any project. Detects the stack, dispatches to the native installer if supported (Dart in v0.1), or generates a stack-appropriate indexer with strict guardrails (official AST parser, format contract, auto-validation, refinement loop) for TypeScript, Python, Go, or Rust.
Switch to expert-comptable / fiscaliste mode — optimisation fiscale FR, structuration de societes, expatriation, patrimoine
Generate API_CONTRACT.md by scanning existing routes and controllers
Check if API_CONTRACT.md is in sync with the actual code