AgentSkillsCN

pr

创建文档详尽的拉取请求,并附上全面的描述。

SKILL.md
--- frontmatter
name: pr
description: Create well-documented pull requests with comprehensive descriptions.
metadata:
  style: Precise
  audience: engineering + testing

Pull Request Skill

Create well-documented pull requests with comprehensive descriptions.

Usage

code
/pr

Behavior

  1. Analyze commits since branching from main
  2. Generate a descriptive PR title
  3. Create detailed description with:
    • Summary of changes
    • Testing instructions
    • Screenshots (if UI changes)
  4. Create PR via gh pr create

PR Template

markdown
## Summary
Brief description of changes

## Changes
- List of specific changes made

## Testing
How to test these changes

## Screenshots
(if applicable)

## Checklist
- [ ] Tests pass
- [ ] Documentation updated
- [ ] No breaking changes

Requirements

  • GitHub CLI (gh) installed and authenticated
  • On a feature branch (not main)