validator

Validate task files against code diffs and test results.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/4tie/fortiesr --skill validator-4tie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validator
Source: https://github.com/4tie/fortiesr/tree/main/4tieQuant/.agents/skills/validator
Command: npx skills add https://github.com/4tie/fortiesr --skill validator-4tie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you determine whether code changes truly satisfy a task request, instead of assuming the work is complete just because files were edited.

Core Features & Use Cases

  • Requirement Verification: Breaks a task into concrete checklist items and maps each one to the code that should satisfy it.
  • Change Inspection: Reviews diffs, connected files, and implementation paths to catch disconnected or partial work.
  • Test Validation: Runs the most relevant tests and records whether the implementation holds up in practice.
  • Structured Reporting: Appends a clear validation summary directly to the task file for easy review and follow-up.
  • Use Case: After a feature branch is updated, use this Skill to confirm the task is actually done, identify gaps, and leave a review-ready validation report.

Quick Start

Ask the validator skill to review the latest task file, inspect the related code changes, run the relevant tests, and append a structured validation report to that task file.

Frequently Asked Questions about validator

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

FAQPage Schema
How do I verify code changes actually satisfy my task requirements?

To verify code changes actually satisfy task requirements, you can validate task files against actual diffs and test results. This process maps concrete checklist items to the specific implementation code to catch disconnected or partial work.

Can I automatically run relevant tests and append a validation report to a task file?

Yes, you can automatically run relevant tests and append a validation report to a task file. The validation process executes the most relevant tests, records whether the implementation holds up, and appends a structured summary directly into the task file.

Does task validation work with backend, frontend, and API review workflows?

Task validation does work with backend, frontend, API, prompt, and integration review workflows. It applies to repository tasks added or updated in task_*.md, tasks/task-*.md, and docs/tasks/*.md file formats to inspect connected files and implementation paths.

What is the best way to detect regressions after updating a feature branch?

The best way to detect regressions after updating a feature branch is to review diffs, map requirements to the implementation, and run relevant tests. This confirms the task is actually done and identifies any gaps in the updated code.

How do I map task checklist items to the actual code changes?

To map task checklist items to actual code changes, you break the task into concrete requirements and inspect the connected files and implementation paths. This change inspection process catches partial work by mapping each item to the satisfying code.