pre-completion

Dispatch the pre-completion-reviewer subagent and capture its report on modified files.

143|52|Updated May 15, 2026
One-click install
npx skills add https://github.com/gotgenes/pi-packages --skill pre-completion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pre-completion
Source: https://github.com/gotgenes/pi-packages/tree/main/.pi/skills/pre-completion
Command: npx skills add https://github.com/gotgenes/pi-packages --skill pre-completion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-completion protocol ensures implementation teams gather context, dispatch a review subagent, and validate its report before writing stage notes and recommending /ship-issue.

Core Features & Use Cases

  • Gather context about the repository state (modified files, base tag or root reference) and the relevant plan file path.
  • Dispatch the pre-completion-reviewer subagent via the subagent tooling, passing issue numbers, modified files, and plan path.
  • Handle and interpret the reviewer's report to determine whether to proceed to summarization or pause for fixes.
  • Load at the end of /tdd-plan and /build-plan after all implementation steps are complete to finalize pre-completion decisions.

Quick Start

Run from the repo root after all implementation steps to dispatch the pre-completion-reviewer and return its report for final stage notes.

Frequently Asked Questions about pre-completion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a pre-ship code review before finalizing stage notes?

Automate a pre-ship code review by dispatching a reviewer subagent to validate modified files, then integrate its PASS/WARN/FAIL report into your stage notes before recommending to ship.

What does a pre-completion review protocol check before a build plan finishes?

A pre-completion review protocol checks repository state, modified files, and plan paths to validate implementation steps, ensuring reviewer feedback is captured before final notes are written.

How do I integrate subagent reviewer feedback into ship-issue decisions?

Integrate subagent reviewer feedback by dispatching the reviewer with issue numbers and modified files, then interpreting its report to determine whether to proceed or pause for fixes.

Can I run pre-completion reviews after finishing TDD plan implementation steps?

Yes, you can run pre-completion reviews after finishing TDD plan implementation steps to gather context, dispatch the reviewer subagent, and validate the report before finalizing notes.

Why does my pre-completion review pause the build plan before shipping?

Your pre-completion review pauses the build plan because the reviewer subagent returned a WARN or FAIL outcome, indicating fixes are needed before proceeding to summarization or shipping.