verification▌
8 indexed skills · max 10 per page
alicloud-security-id-verification-cloudauth-test
cinience/alicloud-skills · Cloud
Category: test
alicloud-security-id-verification-cloudauth
cinience/alicloud-skills · Cloud
Category: service
verification-before-completion
sickn33/antigravity-awesome-skills · Productivity
Claiming work is complete without verification is dishonesty, not efficiency.
springboot-verification
affaan-m/everything-claude-code · Productivity
Automated verification pipeline for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review. \n \n Runs six sequential phases: Maven/Gradle build, static analysis (SpotBugs, PMD, Checkstyle), unit and integration tests with JaCoCo coverage reporting, dependency CVE scanning, optional code formatting, and git diff review \n Supports both Maven and Gradle with parallel build acceleration ( -T 4 flag) and includes example test patterns for unit tests, Test
verification-loop
affaan-m/everything-claude-code · Productivity
Comprehensive verification system running build, type, lint, test, and security checks across Claude Code sessions. \n \n Executes six sequential verification phases: build compilation, type checking, linting, test suite with coverage reporting, security scanning for secrets and debug statements, and git diff review \n Supports both JavaScript/TypeScript (npm/pnpm, tsc, ESLint) and Python (pyright, ruff) projects with language-specific commands \n Produces a structured verification report indica
verification-before-completion
davila7/claude-code-templates · Productivity
Claiming work is complete without verification is dishonesty, not efficiency.
verification-before-completion
obra/superpowers · Productivity
Enforce verification commands before claiming work completion, fixes, or test passes—no success assertions without fresh evidence. \n \n Requires running the actual verification command (not assumptions or partial checks) and confirming output before making any completion or correctness claims \n Applies to all success-related statements: test passes, builds succeeding, bugs fixed, requirements met, regressions verified, and agent task completion \n Blocks common shortcuts like trusting agent re
django-verification
affaan-m/everything-claude-code · Backend
Comprehensive pre-deployment verification pipeline for Django projects covering migrations, linting, tests, security, and configuration. \n \n Runs 12 sequential phases: environment validation, code quality checks (mypy, ruff, black, isort), migration safety, test coverage analysis, security scanning (pip-audit, bandit, gitleaks), and Django-specific configuration verification \n Includes coverage targets by component (models 90%+, views 80%+, overall 80%+) and pre-deployment checklist covering