zcheck

Validate CI checks, review comments, and test coverage before merge.

Updated Jul 29, 2026
One-click install
npx skills add https://github.com/2lab-ai/soma-work --skill zcheck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zcheck
Source: https://github.com/2lab-ai/soma-work/tree/main/src/local/skills/zcheck
Command: npx skills add https://github.com/2lab-ai/soma-work --skill zcheck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, github-api, ztrace, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The zcheck Skill acts as a final review and quality assurance checkpoint before the work is presented for approval or merge.

Core Features & Use Cases

  • Continuous Integration and Review-Comment Resolution: Automates CI checks and manages code review feedback.
  • ZTrace Coverage Check: Validates test coverage by examining the final SSOT-TASK-TREE of a workflow.
  • Ready Status: Delivers a clear readied verdict with coverage status, CI success, and review comment resolution.

Quick Start

Trigger the zcheck skill after zwork to ensure readiness for merging a PR.

Frequently Asked Questions about zcheck

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

FAQPage Schema
How do I automate code review and CI check resolution before a pull request merge?

Automating code review and CI check resolution is handled by a post-implementation verification gate that validates continuous integration success and manages review feedback before merge approval.

Why validate test coverage and continuous integration status before approving an AI-assisted workflow?

Validating test coverage and continuous integration ensures the final work meets quality assurance standards by examining the task tree and confirming CI checks pass before delivering a ready verdict.

Does the post-implementation verification gate require GitHub and ZTrace environment integration?

Yes, the verification gate requires GitHub and ZTrace environment integration to successfully execute continuous integration checkups and review-comment resolution for workflow automation.

What's the best way to check test coverage using ZTrace analysis for continuous integration workflows?

Checking test coverage using ZTrace analysis involves examining the final SSOT-TASK-TREE of a workflow to validate that coverage requirements are met before a pull request is approved.

Can I trigger a quality assurance checkpoint automatically after completing development work?

Yes, you can trigger a quality assurance checkpoint after development work to ensure continuous integration success, review comment resolution, and test coverage validation are fully complete.

What is a post-implementation verification gate and when do I need it for code review?

A post-implementation verification gate is a final quality assurance checkpoint that resolves code review comments and validates test coverage, needed before work can be approved or merged.