qa

Run code-review-expert on Linear In Review issues and generate SOLID, security, code-quality, and removal-candidate checklists.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

QA gatekeeping for Linear issues in an In Review state, so merges happen only after a structured review identifies blockers and merge-risk findings.

Core Features & Use Cases

  • Structured QA review: Runs code-review-expert and produces four checklists covering SOLID, security, code quality, and removal candidates.
  • Merge-readiness decision: Determines whether a branch is ready to merge, needs caution, or must be blocked.
  • Linear issue state transitions: Moves issues to Done on approval or back to In Progress when major issues are found.
  • Use Cases: Review completed enhancements before sign-off, enforce consistent engineering standards, and standardize remediation loops with clear guidance.

Quick Start

Run /qa AXA-1 to generate a QA review for Linear issue AXA-1 when it is in In Review status.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I run a QA review and merge gate check for a Linear issue?

Run a QA review for a Linear issue by executing the /qa command with your issue identifier when it is in In Review status, which analyzes comments and generates a structured checklist to gate merges.

What does a structured QA review checklist cover for pull requests?

A structured QA review checklist covers SOLID principles, security audit findings, code quality checks, and removal candidates to determine branch merge readiness before transitioning Linear issues.

Can I transition Linear issue states automatically after a code review?

Yes, you can transition Linear issue states automatically by issuing approval commands that move the issue to Done on approval or back to In Progress when major issues are found during the merge gate review.

Does this merge gate workflow require a specific Linear issue status?

Yes, the QA review and merge gate workflow requires the Linear issue to be in the In Review status to properly analyze PR readiness and generate the structured checklist report.

What happens when the security audit or code review finds major blockers?

When major blockers are found during the security audit or code review, the Linear issue transitions back to In Progress instead of being approved for a merge, enforcing a remediation loop.

How do code review findings determine branch merge readiness?

Code review findings determine merge readiness by evaluating SOLID, security, code quality, and removal candidate checklists to decide whether a branch is ready to merge, needs caution, or must be blocked.