Lint
Description
Run code quality checks on the project. Execute the following linting and type checking: 1. **Ruff (linting)** ```bash ruff check vasp/ ``` 2. **Ruff (formatting check)** ```bash ruff format --check vasp/ ``` 3. **MyPy (type checking)** ```bash mypy vasp/ --ignore-missing-imports ``` Report any issues found and offer to fix them: - For ruff: `ruff check --fix vasp/` - For formatting: `ruff format vasp/` Summarize the code quality status.
Installation
Installs to ~/.claude/commands/jkitchin-vasp-lint.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jkitchin/vasp/HEAD/.claude/commands/lint.md -o ~/.claude/commands/jkitchin-vasp-lint.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Import Drawio
Redraw a draw.io file as an editorial diagram at a chosen format, size, and detail level
Code Quality Import Mermaid
Redraw Mermaid as an editorial diagram at a chosen format, size, and detail level
Code Quality Job Stories
- Create job stories with acceptance criteria in JTBD format
Code Quality Wwas
- Create backlog items in Why-What-Acceptance format
Code Quality Code Quality Review
Review code quality in: $ARGUMENTS
Code Quality Standards Skills
Engineering standards and compliance skills
Code Quality