pr-author-reviewer
Raise PR quality with templates, checklists, and security reviews
$ Instalar
git clone https://github.com/benreceveur/claude-workflow-engine /tmp/claude-workflow-engine && cp -r /tmp/claude-workflow-engine/skills/pr-author-reviewer ~/.claude/skills/claude-workflow-engine// tip: Run this command in your terminal to install the skill
SKILL.md
name: pr-author-reviewer description: Raise PR quality with templates, checklists, and security reviews version: 1.0.0 tags: [pr, code-review, quality, security]
PR Author and Reviewer Skill
Purpose
Ensure consistent, high-quality pull requests with templates and automated checks.
Process
- Load PR template from references/pr_template.md
- Run security checklist from references/security_review.md
- Lint commit messages
- Generate PR description
- Log decision rationales to memory
Scripts
lint_commit_msgs.py: Validate commit message formatgenerate_pr.py: Create PR from template
Output
- Formatted PR description
- Security checklist results
- Commit message validation
PR Author and Reviewer v1.0.0
Repository

benreceveur
Author
benreceveur/claude-workflow-engine/skills/pr-author-reviewer
3
Stars
1
Forks
Updated4d ago
Added1w ago