Lint Fix
Run formatting and lint checks using the project Makefile.
Workflow
- •Run
make formatto format code. - •Run
make lintto check for violations. - •Address any remaining lint failures manually if needed.
Usage
When lint or format issues are detected or when you need to ensure code quality:
- •Run
make formatthenmake lint.
Progressive Disclosure
- •Makefile target definitions: Makefile at repo root.
Related Skills
- •Plugin verification:
../../../plugins/claude-plugin-builder/skills/plugin-verification/SKILL.md - •Agent skills implementation:
../../../plugins/claude-plugin-builder/skills/implement-agent-skills/SKILL.md