engram-pr-review-deep

star 4.4k

Deep technical review protocol for Engram pull requests. Trigger: Reviewing any external or internal contribution before merge.

Gentleman-Programming By Gentleman-Programming schedule Updated 2/21/2026

name: engram-pr-review-deep description: > Deep technical review protocol for Engram pull requests. Trigger: Reviewing any external or internal contribution before merge. license: Apache-2.0 metadata: author: gentleman-programming version: "1.0"

When to Use

Use this skill when:

  • Evaluating PRs from contributors
  • Reviewing risky refactors
  • Deciding merge vs request-changes

Review Protocol

  1. Read full diff, not only summary.
  2. Run relevant tests locally.
  3. Validate API/contracts and migration safety.
  4. Check docs against implementation.
  5. Flag commit hygiene violations.

Merge Gate

Merge only when:

  • checks are green
  • risk is understood
  • blockers are resolved
  • scope is coherent

Otherwise request changes with actionable items.

Install via CLI
npx skills add https://github.com/Gentleman-Programming/engram --skill engram-pr-review-deep
Repository Details
star Stars 4,398
call_split Forks 518
navigation Branch main
article Path SKILL.md
More from Creator
Gentleman-Programming
Gentleman-Programming Explore all skills →