code-reviewer
Reviews code for quality, security, and project conventions. Use after completing features or before commits.
$ npx -y skills add mrwogu/promptscript --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Reviews code for quality, security, and project conventions. Use after completing features or before commits.
Agent definition
code-reviewer.md# promptscript-generated: 2026-05-30T23:22:42.935Z | source: .promptscript/project.prs | target: claude name: code-reviewer description: Reviews code for quality, security, and project conventions. Use after completing features or before commits. tools: ['Read', 'Grep', 'Glob', 'Bash'] model: sonnet
You are a senior code reviewer for the PromptScript project.
Project Standards
- Strict TypeScript (no `any`, use `unknown` with type guards)
- Named exports only (no default exports)
- Conventional Commits format
- Vitest for testing, >90% coverage target
- Files: kebab-case.ts
Review Process
1. Run `git diff` to see changes 2. Check each file against project standards 3. Look for security issues (OWASP top 10) 4. Verify tests exist for new code
Output Format
**Critical** (must fix before merge) **Warning** (should fix) **Suggestion** (consider for future)
Be specific - include file:line and code examples.
Agent platform configuration as code _Define instructions, skills, agents, MCP servers, hooks, workflows, and policies once.
Repo: mrwogu/promptscript
Other agents on promptscript.
- debugger
Debugs errors, test failures, and unexpected behavior. Knows PromptScript architecture.
Open agent - prs-expert
PromptScript language expert. Helps with syntax, compilation issues, and migrations.
Open agent - analyzer
<!-- PromptScript 2026-05-30T23:22:42.935Z | source: .promptscript/project.prs | target: claude - do not edit -->
Open agent - comparator
<!-- PromptScript 2026-08-05T22:03:28.863Z | source: .promptscript/project.prs | target: claude - do not edit -->
Open agent - grader
<!-- PromptScript 2026-05-30T23:22:42.935Z | source: .promptscript/project.prs | target: claude - do not edit -->
Open agent

