verify

Validate completed issues against acceptance criteria and post verification reports to Linear or Jira.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MediTracer/mobius --skill verify-meditracer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/MediTracer/mobius/tree/main/.opencode/skills/verify
Command: npx skills add https://github.com/MediTracer/mobius --skill verify-meditracer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies completed work by comparing implementation against acceptance criteria, running validation checks, and critiquing results, then adds review notes on the ticket.

Core Features & Use Cases

  • Acceptance criteria validation: Ensures implementation meets defined goals and checks for gaps.
  • Multi-backend support: Works with Linear and Jira workflows, surfacing results in the appropriate context.
  • Autonomous verification: Executes checks (tests, type checks, lint, and review generation) and posts a final verification report back to the ticket.
  • Use Case: A developer completes a task, runs verification to confirm all acceptance criteria are satisfied, and automatically updates the ticket with a detailed review.

Quick Start

Run the verify workflow on a completed issue to generate a verification report and attach a review to the ticket.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I automatically verify issue completion against acceptance criteria?

Automatic issue verification compares implementation against acceptance criteria by running tests, type checks, and lint, then posts a detailed review report directly to the ticket.

Can I post verification reports to both Linear and Jira tickets?

Yes, issue verification supports multi-backend workflows, surfacing validation results and review notes by posting verification reports directly to both Linear and Jira contexts.

What happens if a completed issue fails validation checks?

When verification checks fail, the process operates autonomously by reopening failed sub-tasks as needed and updating the verification gate to reflect the incomplete status.

What's the best way to automate CI review generation for completed work?

Automating CI review generation involves running validation checks and review generation autonomously against completed issues, ensuring the implementation meets defined goals before updating the ticket.

Does issue verification check for gaps between implementation and defined goals?

Yes, acceptance criteria validation ensures the implementation meets defined goals and actively checks for gaps, critiquing the results before attaching review notes to the ticket.