validation

Register and run named CI-style validation commands with logs and summaries.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/samibrahmi/instanotes-api --skill validation-samibrahmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validation
Source: https://github.com/samibrahmi/instanotes-api/tree/main/newcontent/skills/validation
Command: npx skills add https://github.com/samibrahmi/instanotes-api --skill validation-samibrahmi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Register and manage named validation commands (lint, test, typecheck, etc.) as repeatable CI-style checks that can be triggered and monitored to verify code quality.

Core Features & Use Cases

  • Create, update, and manage named validation commands with setValidationCommand.
  • Retrieve and monitor validation runs via getValidationRuns and getValidationRun.
  • Orchestrate end-to-end validation workflows by starting runs and stopping them when needed.

Quick Start

Register a validation command and run a validation workflow to verify code quality.

Frequently Asked Questions about validation

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

FAQPage Schema
How do I automate named validation checks like lint and test for a CI workflow?

Registering validation commands as repeatable CI-style checks lets you trigger lint, test, and typecheck commands to verify code quality. You can orchestrate end-to-end validation workflows by starting, stopping, and monitoring runs across development, PRs, and releases.

What is the best way to manage and monitor validation runs for code quality checks?

Managing validation runs requires retrieving detailed per-command and per-run results with logs and summaries. This Skill allows you to list runs, retrieve specific execution details, and stop active checks to maintain control over your code quality workflows.

Can I run validation commands across multi-language software projects?

Yes, validation commands apply across project workflows for software projects and multi-language stacks. You can register checks for different languages and execute them as repeatable CI-style validation steps during your development and release cycles.

How do I update or register a new validation command for my project workflow?

You can create and update named validation commands using the upsert functionality. This allows you to define specific validation checks like lint, test, or typecheck, and manage them as repeatable commands within your project workflow.

Does this validation tool support stopping and retrieving logs for active CI checks?

Yes, the tool supports stopping active runs and retrieving detailed per-command and per-run results. You can access logs and summaries for each validation execution to monitor the outcome of your CI-style checks.