返回 Skill 列表
extension
分类: 开发与工程无需 API Key

codex-app-automation-triage

整合Codex macOS应用程序自动化工作树,并展示可操作的变更。用于早晨的分类处理和审查推荐的自动化操作。

person作者: jakexiaohubgithub

Codex App Automation Triage

Use this skill to consolidate Codex macOS app automation output and separate signal from noise.

Quick start

From repo root:

python3 scripts/ops/codex_automation_report.py

This writes a Markdown report to docs/reports/automation/ and prints the path.

What to do with the report

For each worktree with signal:

  1. Inspect:
    git -C <worktree> status -sb
    git -C <worktree> diff
    
  2. Decide:
    • Keep: cherry-pick or copy into your active branch
    • Discard: ignore or delete the worktree

Other suggested automations

The project’s recommended automations and copy‑paste prompts are documented in:

  • docs/tools/CODEX_APP.md → “Automation Prompts (Copy‑Paste Ready)”

If you need the prompts inline, open:

  • references/automation-prompts.md