skilly. Buy ad slot
All skills
Testing · Python · Security / AGENT SKILL

check

simplito/deepfellow-infra
0 installs 3 GitHub stars
0

Run static checks for linting, formatting, types, authentication analysis, and license headers.
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.

BEFORE YOU INSTALL

Understand the trade-offs.

Evidence to help you choose, prepare, and use this skill with confidence.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

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.

Skill folder

Files included alongside SKILL.md in the publisher’s repository.