# Verify All

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

- Skill: `clay-good/verify-all` (Agent Skill)
- Install (CLI): `npx skillmds@latest add clay-good/verify-all`
- Raw SKILL.md: https://api.skillmd.com/api/skills/clay-good/verify-all/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-17
- Page: https://skillmd.com/skills/clay-good/verify-all

---


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, subprocess.call.*shell
   - 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.

