一键导入
repo-doc-audit
One-off full repository audit for documentation health (docstrings, README, architecture, scripts conventions). Use explicitly when requested.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
One-off full repository audit for documentation health (docstrings, README, architecture, scripts conventions). Use explicitly when requested.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guide non-technical contributors through making safe code changes to CityCatalyst. Use when someone without coding experience wants to update text, translations, colors, copy, or small UI details, and needs the agent to handle git, verification, and PR creation for them.
Create or update pull requests with repository-derived context and concise title/body standards. Use when creating, updating, automating, drafting, or polishing PRs, or preparing GitHub PR tool payloads.
Review pull requests for high-impact issues only. Use when the user asks to review a PR, especially requests like "do a review of PR <id>", "review PR <id>", or "PR review". Evaluate security, AGENTS.md alignment, repository structure, reuse over reimplementation, complexity, and regression risk. Return only actionable comments worth changing.
Run a read-only Kubernetes health audit against an explicit readonly cluster context such as `dev-cluster-readonly` or `prod-cluster-readonly`. Use when the user wants an automated cluster/pod health check, diagnosis of failing workloads, or a report of likely causes without making any write changes.
Answer a single Kubernetes question using readonly investigation and evidence-first output.
Generate structured Linear tickets (stories, tasks, bugs, spikes) with AI-enriched code references and acceptance criteria from a brief description. Use when the product team asks to create a ticket, write a story, draft a task, report a bug, or plan a spike for CityCatalyst.
| name | repo-doc-audit |
| description | One-off full repository audit for documentation health (docstrings, README, architecture, scripts conventions). Use explicitly when requested. |
| disable-model-invocation | true |
This is a one-off, repo-wide documentation audit. It is intentionally not automatic because it can be expensive and noisy.
Produce an actionable report (and optionally fixes) across:
README.md accuracy (setup/run/config/troubleshooting)architecture.md accuracy (diagrams and component naming)pyproject.toml, requirements.txt, and lockfiles such as uv.lock / poetry.lock).env.example entries for documented env varsREADME.md, modules with __main__, top-level scripts).README.md
architecture.md
For any file that looks runnable (heuristics):
scripts/ folder, ORif __name__ == "__main__":, ORargparse and defines main()Check:
python -m ...)argparse for CLI (when runnable).__main__ guard.logging (not print) except intentional CLI UX.pathlib.Path.Additionally (repo-wide): check that every function and method has a docstring.
Deliver a report with: