kaji-run-verify

Validate Kaji workflows run via kaji run with stop-on-failure logging.

12|1|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/apokamo/kaji --skill kaji-run-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kaji-run-verify
Source: https://github.com/apokamo/kaji/tree/main/.claude/skills/kaji-run-verify
Command: npx skills add https://github.com/apokamo/kaji --skill kaji-run-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes the manual validation of Kaji workflows executed via kaji run, ensuring issues are detected, documented, and traced for fix prioritization.

Core Features & Use Cases

  • Standardizes manual workflow validation with strict stop-on-error behavior.
  • Records issues with clear logs and actionable comments for future improvements.
  • Useful for validating changes to workflows and capturing insights for development sprints.

Quick Start

Run kaji validate [workflow-path] to check the YAML, then kaji run [workflow-path] [issue-id] to perform a live verification and log results.

Frequently Asked Questions about kaji-run-verify

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

FAQPage Schema
How do I validate a workflow before running it manually?

To validate a workflow, run kaji validate [workflow-path] to check the YAML syntax, then execute kaji run [workflow-path] [issue-id] to perform live verification and log results for analysis.

Why does my workflow stop immediately when an error occurs?

Workflows stop immediately on error because strict stop-on-failure behavior is enforced during manual validation to ensure failures are diagnosed and recorded without executing subsequent compromised steps.

What is the best way to document workflow failures for issue tracking?

The best way to document workflow failures is by logging outputs and guiding issue comments with actionable context, which preserves diagnostic information for fix prioritization during development sprints.

How do I run a live verification of a workflow with an issue ID?

Run a live verification by executing kaji run [workflow-path] [issue-id], which performs the manual validation, applies stop-on-failure behavior, and logs outputs for post-run investigation.

When do I need to stop workflow execution on failure?

You need to stop workflow execution on failure during manual validation, issue creation, and post-run investigations to ensure failures are properly diagnosed, recorded, and traced for fix prioritization.

Can I use kaji run for post-run investigation of workflow failures?

Yes, kaji run applies during post-run investigations by logging outputs for analysis and guiding issue comments to preserve context, ensuring failures are diagnosed and recorded for future improvements.