返回 Skill 列表
extension
分类: 开发与工程无需 API Key

pr-author-reviewer

通过模板、检查清单和安全审查提高PR质量

person作者: jakexiaohubgithub

PR Author and Reviewer Skill

Purpose

Ensure consistent, high-quality pull requests with templates and automated checks.

Process

  1. Load PR template from references/pr_template.md
  2. Run security checklist from references/security_review.md
  3. Lint commit messages
  4. Generate PR description
  5. Log decision rationales to memory

Scripts

  • lint_commit_msgs.py: Validate commit message format
  • generate_pr.py: Create PR from template

Output

  • Formatted PR description
  • Security checklist results
  • Commit message validation

PR Author and Reviewer v1.0.0