From protocols
Use Codex and Gemini CLIs as external reviewers for gated review chunks. They read prompt files and write reports. Use for pre-implementation review, spec validation, architecture critique, or second opinions.
npx claudepluginhub ctoth/protocols-plugin --plugin protocolsThis skill is limited to using the following tools:
Use Codex and Gemini CLIs as external reviewers for gated review chunks. They read prompt files and write reports.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
Use Codex and Gemini CLIs as external reviewers for gated review chunks. They read prompt files and write reports.
codex exec --dangerously-bypass-approvals-and-sandbox "Read prompts/task.md and write report to reports/task-report.md"
--dangerously-bypass-approvals-and-sandbox enables writes (required)gemini --yolo "Read prompts/task.md and write report to reports/task-report.md"
--yolo auto-approves all actionsprompts/review-task.md with clear instructionscodex exec --dangerously-bypass-approvals-and-sandbox "Read prompts/review-task.md and write report to reports/codex-task-report.md"gemini --yolo "Read prompts/review-task.md and write report to reports/gemini-task-report.md"reports/ for outputs# Review Task: [Title]
## Context
[What's being reviewed and why]
## Files to Review
- `path/to/file1.md`
- `path/to/file2.yml`
## Questions to Answer
1. [Specific question]
2. [Specific question]
## Output
Write your review to `reports/[name]-report.md` with:
- Summary of findings
- Issues identified (if any)
- Recommendations