feat: add CLI agent-readiness reviewer and principles guide (#391)

This commit is contained in:
Trevin Chow
2026-03-26 12:24:54 -07:00
committed by GitHub
parent 506ad01b4f
commit 13aa3fa846
3 changed files with 888 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ Agents are specialized subagents invoked by skills — you typically don't call
|-------|-------------|
| `agent-native-reviewer` | Verify features are agent-native (action + context parity) |
| `api-contract-reviewer` | Detect breaking API contract changes |
| `cli-agent-readiness-reviewer` | Evaluate CLI agent-friendliness against 7 core principles |
| `architecture-strategist` | Analyze architectural decisions and compliance |
| `code-simplicity-reviewer` | Final pass for simplicity and minimalism |
| `correctness-reviewer` | Logic errors, edge cases, state bugs |