Run local review gate
reviewcommandsetup L2★17,464
alirezarezvani/claude-skills ↗What it does
Run linting and security checks before git push
Best for
Pre-push validation gate ensuring YAML workflows, JSON schemas, Python syntax, and markdown links are all correct before committing.
Inputs
- · working tree state
Outputs
- · lint report
- · security report
Requires
- · yamllint
- · check-jsonschema
- · safety
- · markdown-link-check
Preconditions
- · clean working tree except intentional changes
- · pip and npm available
Failure modes
- · tooling install fails
- · linting finds errors
- · dependency audit fails
Trust signals
- · calls multiple established tools (yamllint, check-jsonschema, safety)
- · structured 7-step workflow
- · includes optional dependency audit