check
FeaturedAuto-fix lint and formatting, then report types and tests. Run before every commit.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- ffroliva
- Repository
- ffroliva/gflow-cli
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
run-checks
Local "run everything CI would run" entrypoint — validates state.json against state.schema.json, runs the tooling's own tests/ suite, and runs pytest (or the configured test_command) across every generated day's and micro-project's code/tests/. Use when the user invokes /run-checks, or before anything that should be shipped/committed as a batch.
check
Run a devteam project's mechanical checks — traceability, references, report blocks, scopes — and interpret what each finding means and what resolves it. Run before every commit that touches devteam/, before closing any task, and on every report before a verifier runs.
verify
Full verification loop - typecheck, test, lint, build. Use before committing or merging.