ワンクリックで
check
Run the full validation pipeline (lint + build + tests) for the detected stack
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the full validation pipeline (lint + build + tests) for the detected stack
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Compresser 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
| name | check |
| description | Run the full validation pipeline (lint + build + tests) for the detected stack |
Detect the project stack and run the full validation pipeline.
Check these files at project root:
| File | Stack | Pipeline |
|---|---|---|
package.json | Node/TS | Read scripts in package.json. Run lint, typecheck, build, test (in that order, using the actual script names found) |
pubspec.yaml | Flutter | flutter analyze then flutter test |
composer.json | PHP | composer lint or phpcs then phpunit |
*.xcodeproj or Package.swift | Swift | swiftlint then xcodebuild test |
go.mod | Go | go vet then golangci-lint run then go test ./... |
Cargo.toml | Rust | cargo clippy then cargo test |
pyproject.toml | Python | ruff check then mypy then pytest |
Gemfile | Ruby | rubocop then rspec or rails test |
Makefile | Generic | Look for targets: make lint, make test, make check |
git diff --stat