subagent-verify-applytest-explore

Coordinates four-phase subagent workflows to verify, triage, apply, and explore code fixes.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/dentedgem9846-claw/chronocrystal-opsx --skill subagent-verify-applytest-explore
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: subagent-verify-applytest-explore
Source: https://github.com/dentedgem9846-claw/chronocrystal-opsx/tree/main/.pi/skills/subagent-verify-applytest-explore
Command: npx skills add https://github.com/dentedgem9846-claw/chronocrystal-opsx --skill subagent-verify-applytest-explore

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates a four-phase subagent cycle that verifies changes, triages issues, applies fixes, and explores failures until verification passes clean, enabling automated handoffs with traceable commits.

Core Features & Use Cases

  • Automates Verify → Triage → Apply & Test → Explore workflows with defined handoffs and iteration limits.
  • Ensures every phase commits to Git before transitioning, maintaining a traceable history.
  • Facilitates looping diagnostics across GLM, Kimi, and Gemma components to reach a clean verify result.

Quick Start

Provide an initial request to start the subagent cycle and monitor it as it loops through verify, triage, apply-and-test, and explore until verify passes clean.

Frequently Asked Questions about subagent-verify-applytest-explore

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

FAQPage Schema
How do I automate subagent orchestration for code verification and fixes?▼

Subagent orchestration automates a four-phase cycle—verify, triage, apply-and-test, and explore—until verification passes clean. It coordinates automated handoffs across GLM, Kimi, and Gemma components, enforcing a maximum of three full iterations to resolve code failures.

How do I ensure git commits are made during automated agent handoffs?▼

Git commits during agent handoffs are enforced at every phase transition before proceeding to the next step. This requires the workflow to commit changes to Git after verify, triage, apply-and-test, and explore phases, maintaining a fully traceable history throughout the iteration cycle.

Can I use tmux-based orchestration to coordinate multiple AI agents?▼

Tmux-based orchestration coordinates multiple AI agents by managing defined agent models across GLM, Kimi, and Gemma components. It facilitates looping diagnostics and automated handoffs within a terminal environment, driving the workflow toward a clean verify result.

What is the maximum number of iterations allowed for automated code verification workflows?▼

The maximum number of iterations allowed for automated code verification workflows is three full cycles. This iteration limit constrains the verify, triage, apply-and-test, and explore phases to prevent infinite looping while attempting to reach a clean verify outcome.

Why does automated code verification fail to pass clean after multiple fixes?▼

Automated code verification fails to pass clean when the explore phase identifies unresolved failures after applying fixes. The workflow handles this by looping back through triage and apply-and-test phases, but it halts if the maximum of three full iterations is reached without success.

Does subagent workflow automation support automated triage for code issues?▼

Subagent workflow automation supports automated triage for code issues by passing verification failures to a dedicated triage phase. This phase analyzes the issues before handing off to the apply-and-test phase, ensuring failures are systematically diagnosed and addressed within the iteration limit.