Features: - 30+ Custom Skills (cognitive, development, UI/UX, autonomous agents) - RalphLoop autonomous agent integration - Multi-AI consultation (Qwen) - Agent management system with sync capabilities - Custom hooks for session management - MCP servers integration - Plugin marketplace setup - Comprehensive installation script Components: - Skills: always-use-superpowers, ralph, brainstorming, ui-ux-pro-max, etc. - Agents: 100+ agents across engineering, marketing, product, etc. - Hooks: session-start-superpowers, qwen-consult, ralph-auto-trigger - Commands: /brainstorm, /write-plan, /execute-plan - MCP Servers: zai-mcp-server, web-search-prime, web-reader, zread - Binaries: ralphloop wrapper Installation: ./supercharge.sh
21 lines
630 B
Markdown
21 lines
630 B
Markdown
# Code Quality Reviewer Prompt Template
|
|
|
|
Use this template when dispatching a code quality reviewer subagent.
|
|
|
|
**Purpose:** Verify implementation is well-built (clean, tested, maintainable)
|
|
|
|
**Only dispatch after spec compliance review passes.**
|
|
|
|
```
|
|
Task tool (superpowers:code-reviewer):
|
|
Use template at requesting-code-review/code-reviewer.md
|
|
|
|
WHAT_WAS_IMPLEMENTED: [from implementer's report]
|
|
PLAN_OR_REQUIREMENTS: Task N from [plan-file]
|
|
BASE_SHA: [commit before task]
|
|
HEAD_SHA: [current commit]
|
|
DESCRIPTION: [task summary]
|
|
```
|
|
|
|
**Code reviewer returns:** Strengths, Issues (Critical/Important/Minor), Assessment
|