How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-workflow:lintThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Lint, format, and optionally commit changes.
Lint, format, and optionally commit changes.
Arguments: $ARGUMENTS (optional scope)
style(scope): descriptionIf any blocking issues are found, list them clearly and stop before committing.
IMPORTANT: If this command is being run as a standalone request, automatically exit after completing all phases successfully.
npx claudepluginhub seabbs/skills --plugin dev-workflowDetects and runs linters, formatters, type checkers from configs before commits/PRs. Supports JS/TS, Python, Go, Rust; auto-fixes on staged files.
Runs auto-detected linters/formatters/fixers for Python (Ruff/ty/bandit), JS/TS (ESLint/Prettier/tsc), Rust (clippy/fmt), Go (gofmt/vet); supports --fix/--format/pre-commit.