Run code quality checks. Use after making code changes, before commits, or when asked to check code quality.
Runs type checking and linting to verify code quality after changes. Use before commits or when requested to catch errors and style issues early.
/plugin marketplace add GantisStorm/claude-code-pair-planning-framework/plugin install gemini-swarm@claude-code-repoprompt-codex-pluginsThis skill is limited to using the following tools:
Run code quality checks after making code changes.
# Full check (type checking + linting)
./start.sh check
# Type checking only
./start.sh typecheck
# Linting only
./start.sh lint
# Linting with auto-fix
./start.sh lint-fix
./start.sh check./start.sh lint-fix