gh-create-pr

Use when creating a GitHub pull request. Produces short, feature-focused PR descriptions without a test plan section.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gh-create-pr" with this command: npx skills add lwlee2608/agent-skills/lwlee2608-agent-skills-gh-create-pr

Create a GitHub Pull Request

Create PRs with short, feature-focused descriptions. No test plan or co-author lines.

Rules

  1. Create the PR using gh pr create with a HEREDOC body:
    gh pr create --title "<short title>" --body "$(cat <<'EOF'
    

Summary

<bullet points describing the main features/changes, proportional to PR size> EOF )"

2. **Title**: Use imperative mood (e.g., "Add user auth", "Fix pagination bug").
3. **Description**: Only a `## Summary` section with bullet points proportional to the PR size.
4. **No test plan**: Do not add a test plan, checklist, or QA section.
5. **No co-author**: Do not add "Co-Authored-By" lines.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

prefer-make

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

gh-update-pr

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

vercel-react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

Repository Source
213.6K23Kvercel
Coding

svelte5-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review