| name | team-agent-workflow |
| description | Use for commits, pull requests, policy changes, release preparation, and any task requiring team Agent workflow evidence. |
| disable-model-invocation | false |
Team Agent Workflow Skill
Use this workflow when preparing a commit, PR, policy change, release, or high-risk code change.
- Restate goal and exclusions.
- Inspect the diff with
git diff --stat and git diff.
- Run
bash scripts/agent_verify.sh unless the user explicitly limits scope.
- Summarize evidence:
- changed files
- verification commands and outcomes
- human approvals needed
- residual risks
- Do not read or modify protected secrets paths.
For hook/policy/CI changes, also check docs/team-agent-policy.md, docs/architecture.md, and .github/RULESETS.md.