with one click
lint
Run all linters and formatters with auto-fix, then report results
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run all linters and formatters with auto-fix, then report results
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Set up the development environment with all required tools and dependencies
Conventional Commits message generation rules. Referenced by other skills.
Stage changes and create a Conventional Commits compliant commit
Create a feature branch and implement changes based on a GitHub issue or text instruction
Linter and formatter command reference table by file extension. Referenced by other skills.
Push committed changes and create or update a pull request
| name | lint |
| description | Run all linters and formatters with auto-fix, then report results |
Run all linters and formatters with auto-fix enabled and report the results.
git status to identify changed files. If there are no changes, target the entire project.agents/skills/lint-rules/SKILL.md and follow the command table and typecheck rules to run the appropriate linters, formatters, and type checks for the target filesAfter reporting the summary, ask the user which action to take next. Adjust suggestions based on results:
If all checks pass:
.agents/skills/test/SKILL.md and follow its workflow.agents/skills/commit/SKILL.md and follow its workflow.agents/skills/ship/SKILL.md and follow its workflowIf there are errors: