verify

Validate code changes against predefined policies in the OpenFirma environment.

106|5|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/Firma-AI/openfirma --skill verify-firma-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/Firma-AI/openfirma/tree/main/.skills/verify
Command: npx skills add https://github.com/Firma-AI/openfirma --skill verify-firma-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The verify Skill addresses the need for comprehensive validation of changes made within the OpenFirma system, ensuring compliance with predefined policies and accuracy of the modifications.

Core Features & Use Cases

  • Commit/Changeset Validation: Verifies per-commit or per-changeset validation to maintain integrity.
  • Policy Adherence: Checks if new code follows established guidelines and policies.
  • Use Case: When preparing commits or changesets, use this skill to ensure all changes are in compliance before they are reviewed or merged.

Quick Start

Run the repository's full local verification target before finalizing changes:

just check

Frequently Asked Questions about verify

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

FAQPage Schema
How do I validate code changes against predefined policies in OpenFirma?

To validate code changes against predefined policies in OpenFirma, run the repository's full local verification target using the command `just check` before finalizing your commits or changesets.

What is changeset validation and when do I need it for commit integrity?

Changeset validation verifies per-commit or per-changeset modifications to maintain code integrity. You need it when preparing commits or changesets to ensure all changes comply with established guidelines before review or merging.

Do I need external libraries or dependencies to verify policy compliance in OpenFirma?

No, you do not need external libraries or dependencies to verify policy compliance in OpenFirma. The verification process operates natively within the OpenFirma environment without requiring additional setup.

What's the best way to ensure coding standards adherence during the development process?

The best way to ensure coding standards adherence during development is to run local verification checks against predefined policies. This validates that new code follows established guidelines before changes are reviewed or merged.

Can I check if new code follows established guidelines before merging changesets?

Yes, you can check if new code follows established guidelines before merging by running the local verification target. This ensures policy adherence and accuracy of modifications within the OpenFirma system prior to review.