Skip to main content
Back to registry

lint-and-validate

sickn33/antigravity-awesome-skills

MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free.

Installs323
Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill lint-and-validate
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free. Strict Rule: No code should be committed or reported as "done" without passing these checks. This skill is applicable to execute the workflow or actions described in the overview. - Lint/Fix: npm run lint or npx eslint "path" --fix - Types: npx tsc --noEmit - Security: npm audit --audit-level=high - Linter (Ruff): ruff check "path" --fix (Fast & Modern) - Security (Bandit): bandit -r "path" -ll - Types (MyPy): mypy "path" - Write/Edit Code - Run Audit: npm run lint && npx tsc --noEmit - Analyze Report: Check the "FINAL AUDIT REPORT" section. - Fix & Repeat: Submitting code with "FINAL AUDIT" failures is NOT allowed. - If lint fails: Fix the style or syntax issues immediately. - If tsc fails: Correct type mismatches before proceeding.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does lint-and-validate do?

MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free.

Is lint-and-validate good?

lint-and-validate does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does lint-and-validate work with?

lint-and-validate currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to lint-and-validate?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install lint-and-validate?

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill lint-and-validate

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering