verify

Run tests, build, lint, and type-check for detected project stacks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures your project is in a stable, working state by running a comprehensive suite of tests, build processes, and checks before deployment or merging.

Core Features & Use Cases

  • Automated Verification: Executes tests, build commands, linting, and type-checking relevant to your project's stack (Node/TS, Python, Flutter, PHP, Generic).
  • Plan Task Conformance: Verifies that all tasks outlined in the latest plan document have been implemented.
  • Optional Smoke Testing: Performs a browser smoke test for UI features if rodney is available.
  • Use Case: After completing all development tasks for a new feature, run this Skill to confirm that tests pass, the build succeeds, and all requirements from the plan are met before proposing a merge.

Quick Start

Run the full project verification suite by saying "verify".

Frequently Asked Questions about verify

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

FAQPage Schema
How do I run a full project verification suite before merging code?

Project verification suites ensure code stability by executing tests, builds, linting, and type-checking. This Skill automates that process by detecting your project's stack and running the appropriate checks to confirm everything passes before deployment or merging.

What does an automated code quality check include for different tech stacks?

Automated code quality checks include running tests, build commands, linting, and type-checking tailored to your detected stack. It supports Node/TS, Python, Flutter, PHP, and Generic environments to validate code stability and conformance.

Can I verify that all plan tasks have been implemented in my codebase?

Yes, you can verify plan task conformance by validating the latest plan document against your implementation. This Skill checks that all outlined tasks have been completed successfully before you propose a merge or deployment.

Does the verification process support browser smoke testing for UI features?

Browser smoke testing for UI features is supported optionally if the rodney tool is available. This allows you to perform automated UI checks alongside standard linting, type-checking, and build verification.

What is the best way to automate linting, type-checking, and build validation together?

Automating linting, type-checking, and build validation together requires a comprehensive verification suite. This Skill detects your project stack and executes all relevant checks in one step to ensure code quality and stability.