# Codex App Automation Triage

> Consolidate Codex macOS app automation worktrees and surface actionable changes. Use for morning triage and to review recommended automations.

- Skill: `majiayu000/codex-app-automation-triage` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/codex-app-automation-triage`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/codex-app-automation-triage/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/codex-app-automation-triage

---


# Codex App Automation Triage

Use this skill to consolidate Codex macOS app automation output and separate signal from noise.

## Quick start

From repo root:

```bash
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:
   ```bash
   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`

