What problem does it solve?
Opening a pull request too early leads to noisy diffs, missing tests, leaked secrets, and unclear scope that slow down code review. This Skill runs a structured readiness checklist over your branch so blockers surface before reviewers see them.
Core Features & Use Cases
- Git Hygiene Inspection: Reviews
git status, staged and unstaged diffs, untracked files, and generated artifacts, and blocks commits containing .env files, credentials, tokens, or private keys.
- Scope and Follow-Up Checks: Flags oversized branches for splitting into smaller PRs and identifies required migrations, documentation updates, and companion
vellum-assistant-platform PRs.
- Linear and Verification Conventions: Enforces Linear issue IDs in branches, commits, and PR bodies (
Closes JARVIS-123 vs Part of JARVIS-123), and confirms focused tests and typechecks ran.
- Use Case: Before opening a PR for a feature touching both UI and a data migration, ask the assistant to check readiness; it will recommend splitting the changes, verify tests ran, and generate a Summary/Test Plan/Risk PR body.
Quick Start
Ask the assistant to check whether the current branch is ready for a pull request before opening it.