verify

Run tests, linting, dependency audits, and documentation checks for ticket verification.

8|2|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/ArcadeAI/safeword --skill verify-arcadeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/ArcadeAI/safeword/tree/main/.claude/skills/verify
Command: npx skills add https://github.com/ArcadeAI/safeword --skill verify-arcadeai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of verifying software tickets by automating tests, build checks, and documentation validation, reducing manual effort and errors.

Core Features & Use Cases

  • Ticket Verification: Runs tests, linting, and scenario validations to confirm ticket criteria.
  • Workflow Integration: Checks documentation references and dependency consistency to maintain project health.
  • Use Case: When a developer finishes a feature, use this Skill to automatically check code quality, test coverage, related documentation accuracy, and dependency alignment before closing the ticket.

Quick Start

Run the verify skill to perform all automated checks on the current project state to ensure code completeness and correctness.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I automate ticket verification before closing a software feature?

Automated ticket verification runs tests, linting, dependency audits, and documentation checks to validate completion criteria. This ensures code quality and documentation accuracy before marking a ticket done.

What is included in comprehensive project validation for software repositories?

Comprehensive project validation includes executing test commands, running linting tools, auditing dependencies, and performing grep-based documentation checks to verify repository health.

Can I use automated validation checks in my CI/CD pipeline?

Automated validation checks are applicable to CI/CD pipelines and developer workflows. The tool executes test commands and linting routines to ensure code completeness and correctness.

How do I verify dependency consistency and documentation accuracy after development?

Verifying dependency consistency and documentation accuracy requires running automated audits and grep-based validation routines. This confirms that project documentation references align with the current codebase.

What's the best way to run linting and test coverage checks before marking a ticket as done?

Running linting and test coverage checks is best handled by an automated validation skill. It executes test commands and linting tools to confirm that ticket completion criteria are fully met.