Pr Creator

Template-aware pull request creation workflow

hongmaple0820 9b89439 816 B Updated

File contents

PR Creator

Use this skill when preparing a branch or pull request for review.

Workflow

  1. Check the current branch, remote, and dirty worktree before staging.
  2. Stage only files that belong to the requested change.
  3. Summarize behavior changes, validation, risks, and rollback notes.
  4. Include issue links, release notes, screenshots, or artifacts when relevant.
  5. Push the intended branch and create the PR with the repo's existing template.

Evidence

  • git status --short before staging.
  • Exact validation commands and results.
  • PR URL or branch push result.

Anti-Patterns

  • No unrelated files in the commit.
  • No unstated generated artifacts.
  • No PR body that says tests passed when they were not run.

hongmaple0820/scale-engine/tree/main/.scale/skills/pr-creator commit 9b89439a19

Frequently asked questions

npx skillmds@latest add hongmaple0820/pr-creator