一键导入
review-architecture
Review architecture quality, maintainability, and developer experience.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review architecture quality, maintainability, and developer experience.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run the full development pipeline autonomously without pausing between phases. Stops only on quality-gate failures.
Run test coverage measurement, analyze results, and fix gaps when coverage falls below the 80% threshold.
Fetch unresolved PR review threads, triage them, implement fixes, validate, reply in-thread, and resolve.
Stage, commit, push, and open a GitHub PR following project conventions. Use when code is ready to ship.
Run structured evaluations on skills to measure quality and track improvements.
Review local code changes for correctness, regressions, missing tests, and Databao-specific risks.
| name | review-architecture |
| description | Review architecture quality, maintainability, and developer experience. |
| argument-hint | [scope: branch | module:<path> | full] |
| context | fork |
| agent | reviewer |
You are reviewing Databao CLI architecture with NO prior context.
Review scope: $ARGUMENTS (default: branch)
branch -- architecture of code changed on current branchmodule:<path> -- specific modulefull -- full project architecturedocs/architecture.mddocs/python-coding-guidelines.mddocs/testing-strategy.mdCLAUDE.mdREADME.mdworkflows/ delegates to features/, no business logic?features/ free of Click dependency?shared/ limited to cross-feature utilities?uv/make commands obvious and consistent?uv workflow and Click CLI.