feat: add project-standards-reviewer as always-on ce:review persona (#402)

This commit is contained in:
Trevin Chow
2026-03-26 19:20:15 -07:00
committed by GitHub
parent 6ddaec3b6e
commit b30288c44e
6 changed files with 206 additions and 6 deletions

View File

@@ -127,6 +127,10 @@ Why: shell-heavy exploration causes avoidable permission prompts in sub-agent wo
- [ ] Do not encode shell recipes for routine exploration when native tools can do the job; encode intent and preferred tool classes instead
- [ ] For shell-only workflows (e.g., `gh`, `git`, `bundle show`, project CLIs), explicit command examples are acceptable when they are simple, task-scoped, and not chained together
### Passing Reference Material to Sub-Agents
When a skill orchestrates sub-agents that need codebase reference material, prefer passing file paths over file contents. The sub-agent reads only what it needs. Content-passing is fine for small, static material consumed in full (e.g., a JSON schema under ~50 lines).
### Quick Validation Command
```bash