dropseed

plain-pre-commit

@dropseed/plain-pre-commit
dropseed
652
13 forks
Updated 1/18/2026
View on GitHub

Runs pre-commit checks before finalizing changes. Use this when you've finished making code changes to verify everything passes before committing.

Installation

$skills install @dropseed/plain-pre-commit
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Repositorydropseed/plain
Pathplain-dev/plain/dev/skills/plain-pre-commit/SKILL.md
Branchmaster
Scoped Name@dropseed/plain-pre-commit

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: plain-pre-commit description: Runs pre-commit checks before finalizing changes. Use this when you've finished making code changes to verify everything passes before committing.

Pre-commit Checks

Run this when you've finished making changes to catch any issues before committing.

uv run plain pre-commit

Runs code checks, preflight validation, migration checks, build, and tests.

If checks fail, fix the issues and re-run.