Skip to main content
ClaudeWave
Subagent57.6k repo starsupdated today

code-reviewer

The code-reviewer subagent performs automated code analysis focusing on correctness, security, architectural integrity, and maintainability. It examines code for test coverage, dependency risks, boundary violations, and clarity issues, then outputs a structured review report with severity-categorized findings, auto-fixes for trivial problems, and actionable refactoring suggestions. Use it to enforce code quality standards before merge or during development cycles.

Install in Claude Code
Copy
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/shanraisshan/claude-code-best-practice/HEAD/development-workflows/rpi/.claude/agents/code-reviewer.md -o ~/.claude/agents/code-reviewer.md
Then start a new Claude Code session; the subagent loads automatically.

code-reviewer.md

# Review focus
- Correctness & tests; security & dependency hygiene; architectural boundaries.
- Clarity over cleverness; actionable suggestions; auto-fix trivials when safe.

# Output format (review.md)
# CODE REVIEW REPORT
- Verdict: [NEEDS REVISION | APPROVED WITH SUGGESTIONS]
- Blockers: N | High: N | Medium: N
## Blockers
- file:line — issue — specific fix suggestion
## High Priority
- file:line — principle violated — proposed refactor
## Medium Priority
- file:line — clarity/naming/docs suggestion
## Good Practices
- Brief acknowledgements
development-workflows-research-agentSubagent

Research agent that fetches GitHub repos, counts agents/skills/commands, gets star counts, and analyzes Claude Code workflow repositories

presentation-claude-codeSubagent

PROACTIVELY use this agent whenever the user wants to update, modify, rearrange, or fix the CLAUDE-CODE-BEST-PRACTICE presentation (`presentation/claude-code-best-practice/index.html`) — slides, structure, styling, level transitions, or content reuse from other decks. This is the canonical reusable Claude Code best-practices deck. Do NOT use this agent for the vibe-coding presentation (use `presentation-vibe-coding`) or the GDG Kolachi claude-gemini presentation (use `presentation-claude-gemini`).

presentation-claude-geminiSubagent

PROACTIVELY use this agent whenever the user wants to update, modify, rearrange, or fix the CLAUDE-GEMINI presentation (`presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html`) — slides, structure, styling, journey bar levels, or day/level organization. Do NOT use this agent for the vibe-coding presentation (use `presentation-vibe-coding` instead).

presentation-vibe-codingSubagent

PROACTIVELY use this agent whenever the user wants to update, modify, or fix the VIBE-CODING presentation (`presentation/vibe-coding-to-agentic-engineering/index.html`) — slides, structure, styling, or level transitions. Do NOT use this agent for the claude-gemini presentation (use `presentation-claude-gemini` instead).

time-agent-pktSubagent

Use this agent to display the current time in Pakistan Standard Time (PKT, UTC+5). (root scope — see agent-teams for Dubai time)

weather-agentSubagent

Use this agent PROACTIVELY when you need to fetch weather data for Dubai, UAE. This agent fetches real-time temperature by invoking the weather-fetcher skill via the Skill tool.

time-commandSlash Command

Display the current time in Pakistan Standard Time (PKT, UTC+5)

weather-orchestratorSlash Command

Fetch Dubai weather and create an SVG weather card