Run the full static analysis suite — ruff lint, ruff format check, pyright type check, auth analysis, license headers. Use before committing or to verify code quality after changes.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add simplito/deepfellow-infra --skill check --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Check?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/simplito-check)More formats (shields.io, HTML) on the badges page.
---
name: check
description: Run the full static analysis suite — ruff lint, ruff format check, pyright type check, auth analysis, license headers. Use before committing or to verify code quality after changes.
---
Run the full quality check pipeline from the project root:
```bash
just check
```
This runs in order: license header check → ruff lint → ruff format check → pyright type check → auth static analysis → auth runtime analysis.
If any step fails, report the specific errors and their locations. Fix all issues before marking the task done. After `just check` passes, run `just test` to confirm the test suite is also green.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!