Apache-2.0updated 21d ago
Run formatting and lint checks using the project Makefile.
Lint Fix で何ができる?
name: lint-fix description: Run formatting and linting via Makefile (make format, make lint).
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
Sources
インストール
Lint Fix をクライアントに追加します。お使いのものを選んでください。
npx skills add yu-iskw/claude-plugin-builderInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add yu-iskw/claude-plugin-builderAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/yu-iskw/claude-plugin-builder
cp -r .claude/skills/lint-fix ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
スコア
52 / 100
及第