By streckercm
Technology-aware persona review system. Auto-detects project stack and runs tailored code reviews through specialized sub-agent personas.
Reviews code changes from an implementation perspective - checks pattern compliance, code quality, task completion, and correctness
Project management review - checks requirements tracking, task completion, risks, and summarizes findings from all other persona reviews
Code review specialist - checks for bugs, code quality, maintainability, error handling, and project pattern compliance
Security review specialist - checks for OWASP Top 10, hardcoded secrets, input validation, auth/authz, and stack-specific vulnerabilities
Test quality specialist - verifies test coverage, edge cases, test patterns, and that tests actually validate behavior
A collection of custom Claude Code skills for AI-assisted software development.
Technology-aware rotating persona review system. Auto-detects your project's technology stack and runs tailored code reviews through specialized sub-agent personas (Implementer, Reviewer, Tester, UI/UX Designer, Security Auditor, Project Manager).
Supported stacks:
Usage:
/persona-review feature/123-feature-name # auto-detect stack
/persona-review feature/123-feature-name --stack dotnet-desktop # explicit stack
/persona-review feature/123-feature-name --overlay scientific-computing
Load a skill directly without installing, for testing or development:
claude --plugin-dir "C:/GitHub/claude-skills/persona-review"
Register this repo as a local marketplace, then install skills from it:
/plugin marketplace add C:/GitHub/claude-skills
/plugin install persona-review@strecker-skills
Add the marketplace from GitHub in your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"strecker-skills": {
"source": {
"source": "github",
"repo": "StreckerCM/claude-skills"
}
}
},
"enabledPlugins": {
"persona-review@strecker-skills": true
}
}
Or interactively:
/plugin marketplace add StreckerCM/claude-skills
/plugin install persona-review@strecker-skills
Create a new directory at the repo root with:
<skill-name>/
.claude-plugin/plugin.json
commands/<skill-name>.md
README.md
See persona-review/ for a complete example.
MIT
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub streckercm/claude-skills --plugin persona-reviewCode review practices with technical rigor and verification gates. Use for receiving feedback, requesting code-reviewer subagent reviews, or preventing false completion claims in pull requests.
Code review plugin with a standalone reviewer agent and two skill strategies: disposable subagents for one-shot reviews and persistent team members for iterative reviews
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research