Skip to content
Development
Skill

/pr-review-deep

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

From plugin
gentleman-programming-engram
5.9k22 skills1 MCP
Install
$ npx -y skills add Gentleman-Programming/engram --skill pr-review-deep --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/pr-review-deep

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

pr-review-deep.SKILL.md
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.

Ships withgentleman-programming-engram

Persistent memory system for AI coding agents. Agent-agnostic Go binary with SQLite + FTS5, MCP server, HTTP API, CLI, and TUI.

Get the whole plugin
Stats
5,941
Stars
629
Forks
Active
Maintenance
Go
Language
MIT
License
10d ago
Last commit
5mo ago
Created

Repo: Gentleman-Programming/engram