verify

Run linters, type checkers, tests, and security scans on code changes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/venables/dotfiles --skill verify-venables
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/venables/dotfiles/tree/main/ai/.claude/skills/verify
Command: npx skills add https://github.com/venables/dotfiles --skill verify-venables

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of verifying code quality, security, and conformance before creating a pull request, ensuring that all quality gates are met and reducing the likelihood of issues being merged.

Core Features & Use Cases

  • Automated Checks: Runs linters, type checkers, and tests to catch errors early.
  • Security Scanning: Identifies potential secrets and sensitive information leaks.
  • Diff Review: Provides a clear overview of code changes for manual inspection.
  • Use Case: After implementing a new feature, run this skill to confirm that all tests pass, no sensitive keys were accidentally committed, and the code changes are as expected before submitting for review.

Quick Start

Run the verify skill to check the quality and security of your recent code changes.

Frequently Asked Questions about verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code quality and security checks before a pull request?

To automate code quality and security checks before a pull request, you can run an automated verification process that executes build scripts, performs security pattern matching, and analyzes git diffs to ensure code readiness and conformance.

Does continuous integration verification check for accidentally committed secrets?

Yes, continuous integration verification performs security pattern matching to identify potential secrets and sensitive information leaks, ensuring that sensitive keys were not accidentally committed before merging any new code changes.

How do I review git diffs to ensure code conformance in CI workflows?

To review git diffs for code conformance in CI workflows, you can use an automated verification skill that provides a clear overview of code changes for manual inspection and executes build scripts to validate quality gates.

What is the best way to run pre-commit checks for software development projects?

The best way to run pre-commit checks for software development projects is to automate the execution of linters, type checkers, tests, and security scanning to catch errors early and confirm all quality gates are met.

Can I use automated verification for pull request preparation without external dependencies?

Yes, you can use automated verification for pull request preparation without external dependencies, as it independently applies build scripts, security pattern matching, and git diff analysis to ensure code quality and readiness.