Incubator Repo 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.
v0.1.0
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill adr-writer -a codex --copy -y
Incubator Repo 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.
v0.1.0
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill agent-context-bootstrap -a codex --copy -y
Incubator Repo 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.
v0.1.0
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill ci-debugger -a codex --copy -y
Incubator Repo 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.
v0.1.0
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill dependency-update-review -a codex --copy -y
Incubator Repo 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.
v0.1.0
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill docs-audit -a codex --copy -y
Incubator Repo 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.
v0.1.0
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill issue-triage -a codex --copy -y
Incubator Repo 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.
v0.1.0
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill pr-review -a codex --copy -y
Incubator Repo Maintenance
Prepare repository releases. Use when the user asks to draft release notes, update changelog, check semver, verify CI, create a release checklist, or decide whether a public repo is ready to tag and publish.
v0.1.0
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill release-manager -a codex --copy -y
Incubator Repo 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.
v0.1.0
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill repo-health-audit -a codex --copy -y
Incubator Repo 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.
v0.1.0
INSTALL_INTERNAL_SKILLS=1 npx skills add ./incubator/skills --skill security-baseline-review -a codex --copy -y