# Verify All

> Run all quality checks — tests, lint, format, security scan.

- Skill: `clay-good/verify-all-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add clay-good/verify-all-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/clay-good/verify-all-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: clay-good (https://skillmd.com/u/clay-good)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/clay-good/verify-all-2

---


Run the complete verification pipeline for this project.

1. **Tests**: Run the full test suite. Fix any failures.
2. **Lint**: Run the linter. Fix all violations.
3. **Format**: Run the formatter. Fix any formatting issues.
4. **Security**: Grep for common security anti-patterns:
   - eval(), exec(), shell=True, os.system(), subprocess.call(..., shell=True)
   - Hardcoded secrets: password\s*=\s*["'], api_key\s*=\s*["']
   - SQL injection: f"SELECT, f"INSERT, f"UPDATE, f"DELETE
5. **State**: Update .codelicious/STATE.md with current test count and status.

Report a summary of each check: pass/fail, issues found, fixes applied.

