check

Run lint, typecheck, tests, QA, and code review in parallel for Jira-tied changes.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/tigredonorte/claude-plugin-work --skill check-tigredonorte
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: check
Source: https://github.com/tigredonorte/claude-plugin-work/tree/main/skills/check
Command: npx skills add https://github.com/tigredonorte/claude-plugin-work --skill check-tigredonorte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run full quality check - QA testing, code review, and requirements verification in parallel to enforce quality disciplines on changes tied to Jira tickets.

Core Features & Use Cases

  • Orchestrates lint, typecheck, tests, QA, and code review across impacted apps in parallel.
  • Supports a phase-2 consensus loop to reconcile developer decisions with Jira requirements.
  • Generates consolidated reports and enforces workflow hooks for compliance.

Quick Start

To run the full quality-check workflow for a Jira ticket, invoke the /check command with the ticket id optional argument, e.g., /check PROJ-123.

Frequently Asked Questions about check

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

FAQPage Schema
How do I run end-to-end quality checks for a Jira ticket?▼

Run end-to-end quality checks for a Jira ticket by invoking the /check command with the ticket id, which orchestrates lint, typecheck, tests, QA, and code review across impacted apps in parallel.

What is a phase-2 consensus loop in automated QA workflows?▼

A phase-2 consensus loop in automated QA workflows reconciles developer decisions with Jira requirements, ensuring that code review and testing results align with the original ticket specifications before final approval.

Can I run lint, typecheck, and Playwright tests in parallel?▼

Yes, you can run lint, typecheck, and Playwright tests in parallel. The workflow orchestrates these quality checks simultaneously across impacted apps tied to a Jira ticket to enforce quality disciplines efficiently.

Does automated code review work with Jira requirements verification?▼

Automated code review works with Jira requirements verification by running in parallel within the workflow, using a phase-2 consensus loop to reconcile developer decisions against the original Jira ticket specifications.

Do I need a workflow engine to automate software quality checks?▼

You need a workflow engine to automate software quality checks with this Skill, as it requires integration with the engine to orchestrate parallel lint, typecheck, tests, QA, and code review across impacted apps.