Runs pre-commit checks before finalizing changes. Use this when you've finished making code changes to verify everything passes before committing.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill 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.
More by dropseed
View allRetrieves detailed documentation for Plain packages. Use when looking up package APIs or feature details.
Upgrades Plain packages and applies required migration changes. Use when updating to newer package versions.
Provides Tailwind CSS patterns for Plain templates. Use when styling templates or working with conditional CSS classes.
Manages database migrations and model changes. Use when creating migrations, running migrations, or modifying models.
