What problem does it solve?
This Skill provides a repeatable way to register and execute named shell validation commands (lint, test, typecheck, format, etc.) and to monitor their execution so teams can quickly detect regressions, inspect failures, and access full logs for troubleshooting.
Core Features & Use Cases
- Named Validation Commands: Create, update, and remove short identifiers mapped to shell commands for consistent quality gates across environments.
- Run Management: Start, stop, and list validation runs that execute one or more registered commands and report per-command exit codes, durations, and log file paths.
- Summaries & Debugging: Receive an LLM-generated run summary with log line citations to understand failures without reading full logs, and inspect per-command logs for root-cause analysis.
- Use Case: On feature branches, register lint, test, and typecheck commands, run them before opening a pull request, and use the run summary to triage any issues before merging.
Quick Start
Register lint and test commands and start a validation run to get a summarized result with per-command statuses and links to the full logs.