.agents/skills/create-repo-agent/references/review-checklist.md
Use this checklist before merging any repo-agent workflow, skill, or self-improvement change.
curl, wget, gh, git push, or broad network access.workflow_dispatch choice values use YAML boolean-like tokens such as off, on, yes, no, true, or false.contents: read.persist-credentials: false.${{ github.token }}.id-token: write is absent unless explicitly justified and reviewed.Bash(node:*), Bash(python:*), Bash(curl:*), Bash(gh:*), Bash(git:*), or package-manager access.git diff --check runs on changed files.git add.git show ":path".git diff --cached --check runs before commit.timeout-minutes, max turns, and max budget bound runaway loops.For workflow-only changes, run at least:
bash -n against embedded shell scripts if extracted or linted.git diff --check.For .agents/** changes, also run:
pnpm run agents:syncpnpm run agents:checkFor domain files, run the domain-specific validators and targeted tests named by the domain skill.