一键导入
project-maintenance
Use for routine Country Decision Atlas maintenance: formatting, quality gates, commits, and pushing explicitly requested work to main.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use for routine Country Decision Atlas maintenance: formatting, quality gates, commits, and pushing explicitly requested work to main.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | project-maintenance |
| description | Use for routine Country Decision Atlas maintenance: formatting, quality gates, commits, and pushing explicitly requested work to main. |
Use repository automation before hand-written command sequences.
Format all code:
python dev_tools_scripts_runner.py format-code
Run the quick local quality gate:
python dev_tools_scripts_runner.py --profile quick
Run diagnostics without changing local state:
python dev_tools_scripts_runner.py --doctor
Commit and push an explicitly requested change:
python dev_tools_scripts_runner.py ship-main --message "type: explain the change"
Regenerate the Codex entry after editing rule modules in .ai/:
python dev_tools_scripts_runner.py sync-agents
CLAUDE.md imports from .ai/; never hand-edit AGENTS.md
(generated) — edit the module and run sync-agents.ship-main script.ship-main fails, report the failed step and the report path instead of
retrying blindly.ship-main runs the quick quality gate itself, then pushes with --no-verify
to avoid repeating the same pre-push gate.Use when implementing a planned Country Decision Atlas architecture episode from docs/_arch_/02_План/01_План_реализации.md.
Use when GitHub Actions, pre-commit, pre-push, pytest, mypy, ruff, sqlfluff, Docker smoke, or Playwright checks are failing.
Use when implementing a planned Country Decision Atlas architecture episode from docs/_arch_.
Use when GitHub Actions, pre-commit, tests, typing, lint, SQL lint, Docker smoke, or Playwright checks fail.
Use for Country Decision Atlas maintenance: formatting, quick/full quality gates, assistant docs, commits, and explicitly requested main pushes.
Use for reviewing Country Decision Atlas diffs, branches, pull requests, or uncommitted changes.