IncubatorRepo Maintenance
Create short Architecture Decision Records under docs/adr. Use when the user makes a repo-level decision, changes skill format, publishing, validation, license, layout, or maintainer policy, and wants a concise ADR without documentation bloat.
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill adr-writer -a codex --copy -y
IncubatorRepo Maintenance
Bootstrap repo-local agent context for Codex and other coding agents. Use when setting up AGENTS.md, docs/agents, issue tracker rules, triage labels, domain docs, ADR locations, validation commands, or skill usage instructions for a repository.
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill agent-context-bootstrap -a codex --copy -y
IncubatorRepo Maintenance
Diagnose failed CI jobs and build pipelines using small-log, evidence-first debugging. Use when the user shares a failed GitHub Actions, GitLab CI, Vercel, or package-manager build and wants root cause, minimal fix, and regression test guidance.
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill ci-debugger -a codex --copy -y
IncubatorRepo Maintenance
Review dependency updates, package manager changes, lockfile diffs, version bumps, and dependency risk. Use when the user asks whether dependency updates are safe, wants to upgrade packages, or needs a dependency PR reviewed.
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill dependency-update-review -a codex --copy -y
IncubatorRepo Maintenance
Audit repository documentation, README, examples, installation steps, onboarding flow, API docs, and contribution docs. Use when the user asks whether docs are clear, complete, current, or ready for a public repo.
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill docs-audit -a codex --copy -y
IncubatorRepo Maintenance
Triage repository issues through a maintainer decision tree. Use when the user asks to classify issues, apply labels, identify missing information, mark ready-for-agent work, split vague reports, or clean up an issue inbox.
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill issue-triage -a codex --copy -y
IncubatorRepo Maintenance
Review pull requests for correctness, maintainability, tests, security, docs impact, release risk, and agent-induced failure modes. Use when the user asks for a PR review, diff review, merge readiness check, or maintainer feedback.
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill pr-review -a codex --copy -y
IncubatorRepo Maintenance
Prepare and operate repository releases through a finite, approval-gated hosted workflow. Use when the user asks to inspect release status, check setup, record component impact, create a generated release PR, plan or approve publication, dispatch post-release evidence, or prepare the OpenAI handoff.
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill release-manager -a codex --copy -y
IncubatorRepo Maintenance
Audit repository health and maintenance readiness. Use when the user asks for a repo review, maintainer audit, cleanup plan, onboarding audit, technical debt scan, CI/docs/release hygiene review, or public repo readiness check.
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill repo-health-audit -a codex --copy -y
IncubatorRepo Maintenance
Review public repository security hygiene at a baseline maintainer level. Use when the user asks for secret-leak checks, SECURITY.md review, dependency hygiene, GitHub settings checklist, CI safety, or public release security readiness.
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill security-baseline-review -a codex --copy -y