done

Installation
SKILL.md

Post-Task Verification (/done)

This skill is MANDATORY after every task. No exceptions. Not optional. Not "nice to have". REQUIRED.

Even for single-line changes, one-file edits, or "trivial" fixes — you MUST run /done before marking any task as complete.

Workflow

Step 1: Type Check

Run /fix-ts-errors — this runs pnpm type-check across all packages and loops until zero errors.

If the task only touched a specific app, you may scope the first pass (--filter=frontend or --filter=backend), but always run the full check at least once.

Do not proceed to Step 2 until type-check passes clean.

Step 2: Parallel Code Review

Run /parallel-review — this launches code-reviewer + coderabbit review agents in parallel on the changed code.

Related skills

More from bhagyamudgal/skills

Installs
5
First Seen
Apr 13, 2026