一键导入
audit
Run a comprehensive codebase audit across architecture, quality, security, and performance dimensions. Dispatches specialized agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a comprehensive codebase audit across architecture, quality, security, and performance dimensions. Dispatches specialized agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run cargo check and clippy on the Rust workspace. Quick code quality gate.
Build and deploy garmin_api backend and/or frontend. Rebuilds WASM, Docker images, and restarts containers.
Run a Python tool via pipx (auto-installs if needed). Use for Playwright, black, ruff, etc. ALWAYS use this instead of pip install or direct python tool invocation.
Review uncommitted or staged changes for bugs, security issues, and code quality. Use before committing.
| name | audit |
| description | Run a comprehensive codebase audit across architecture, quality, security, and performance dimensions. Dispatches specialized agents. |
| argument-hint | [all|12factor|patterns|rust|security|smells|efficiency] |
Run a codebase audit on the Gorilla Coach project. Scope: $ARGUMENTS (default: all).
Map the requested scope to agent(s):
| Argument | Agent(s) | Scope passed to agent |
|---|---|---|
all (or empty) | audit-architecture, audit-quality, audit-security-perf | all dimensions |
12factor | audit-architecture | 12-Factor only |
patterns | audit-architecture | GoF patterns only |
rust | audit-quality | Rust best practices only |
smells | audit-quality | Code smells and dead code only |
security | audit-security-perf | Security only |
efficiency | audit-security-perf | Efficiency only |
Preparation: Read CLAUDE.md to pass project context to agents.
Dispatch: Launch the appropriate agent(s) based on the argument. CRITICAL: When multiple agents are needed (e.g., all), you MUST launch ALL of them in parallel by including multiple Agent tool calls in a single message. Do NOT run them sequentially. Pass each agent a prompt that includes:
/home/mo/data/Documents/git/gorilla_coachAggregation: Wait for all parallel agents to complete, then produce a consolidated report:
# Codebase Audit Report
**Scope:** [dimensions audited]
**Date:** [today]
## Summary
| Severity | Count |
|----------|-------|
| CRITICAL | N |
| HIGH | N |
| MEDIUM | N |
| LOW | N |
## Findings
### CRITICAL
[findings sorted by dimension]
### HIGH
[findings sorted by dimension]
### MEDIUM
[findings sorted by dimension]
### LOW
[findings sorted by dimension]
## Positive Observations
[well-implemented patterns worth preserving]
file:line reference