一键导入
paul-review
Run thorough code review via REV subagent — spawns an isolated reviewer with fresh context for unbiased, senior-dev-level review across 8 dimensions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run thorough code review via REV subagent — spawns an isolated reviewer with fresh context for unbiased, senior-dev-level review across 8 dimensions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute an approved PALS plan. Runs tasks sequentially, verifies each step, handles checkpoints, and records results for reconciliation.
Manage PALS module configuration and integrations. View, enable, and disable modules and integrations via pals.json.
Explore and articulate vision before planning. Facilitates discussion about the next milestone or phase scope, then creates a context handoff file.
Quick fix with three modes: standard (compressed loop), fast-forward (zero overhead), and hotfix (execute first, document after). For ad-hoc fixes outside the main phase loop.
Show available PALS commands and usage guide. Explains how Pi /paul-* commands relate to canonical /skill:paul-* skills.
Initialize PALS in a project. Creates .paul/ directory with STATE.md, PROJECT.md, PRD.md, ROADMAP.md, and configures modules. Supports greenfield and brownfield projects.
| name | paul-review |
| description | Run thorough code review via REV subagent — spawns an isolated reviewer with fresh context for unbiased, senior-dev-level review across 8 dimensions. |
Run an on-demand REV review by dispatching an isolated code-reviewer subagent.
../references/review-prompt.md../references/review-checklist.md.paul/STATE.md and pals.json (modules.rev.enabled, model, pr_review, blocking settings).review-prompt.md.AGENTS.md, and related *.test.* / *.spec.* files.Agent({ subagent_type: "code-reviewer", run_in_background: false }); pass modules.rev.model when configured.Agent is unavailable, offer skip or degraded in-session review; label degraded mode clearly.READY, READY WITH CONCERNS, or NOT READY.