
pr-workflow
FlorianBruniaux/claude-code-ultimate-guideSummary
Automated pull request review system with code quality, security, and testing verification.
SKILL.md
{
"name": "pr-workflow",
"version": "1.0.0",
"display_name": "PR Review Workflow",
"description": "Automated pull request review system with code quality, security, and testing verification.",
"minimum_claude_code_version": "2.1.0",
"includes": {
"agents": [
{
"name": "code-reviewer",
"file": "agents/code-reviewer.md"
}
],
"commands": [
{
"name": "review-pr",
"file": "commands/review-pr.md"
},
{
"name": "pr",
"file": "commands/pr.md"
}
],
"hooks": [
{
"name": "pre-pr-check",
"file": "hooks/bash/pre-pr-check.sh",
"type": "PreToolUse"
}
]
},
"install_time_estimate": "3 minutes",
"learning_curve": "Beginner",
"features": [
"PR automation",
"Code review",
"Test verification",
"Compliance checks"
],
"quick_start": [
"bash install.sh",
"/review-pr <pr-number>",
"Review automated feedback"
]
}Recommended skills
Browse all →Claude Plugin
angelos-symbo
Use this agent when you need to create or convert prompts using the SYMBO (symbolic) notation system. This agent MUST be activated whenever generating SYMBO prompts or converting existing prompts to symbolic format. Examples:
Claude Plugin
security-suite
Complete security hardening for Claude Code workflows. Includes security auditor agent, automated checks, pre-commit hooks, and compliance commands.
Claude Plugin
agentic-actions-auditor
Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations (Claude Code Action, Gemini CLI, OpenAI Codex, GitHub AI Inference)
