engram-branch-pr

SKILL.md

When to Use

Use this skill when:

  • Starting a new feature, fix, or refactor
  • Splitting work into multiple PRs
  • Preparing a PR for review and merge

Core Rules

  1. Create a focused branch (feat/*, fix/*, chore/*).
  2. Keep one logical scope per branch.
  3. Push early and often to avoid large risky diffs.
  4. Open PRs with intent, risk, and validation evidence.
  5. Do not mix unrelated changes in the same PR.

PR Structure

Include:

  • Problem statement (why this change exists)
  • Solution summary (what changed)
  • Risk notes (what could break)
  • Validation (tests/commands executed)
  • Follow-ups (what is intentionally out of scope)

Merge Checklist

  • Branch name matches scope
  • Diff is focused and reviewable
  • Tests relevant to the change pass
  • No temporary files or local artifacts included
  • PR description explains why, not only what
Weekly Installs
16
GitHub Stars
1.4K
First Seen
Feb 23, 2026
Installed on
opencode16
gemini-cli15
antigravity15
github-copilot15
codex15
amp15