role:validator

Execute build, test, and lint commands and report pass or fail results.

22|7|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/berrzebb/SoulFlow-Orchestrator --skill role-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: role:validator
Source: https://github.com/berrzebb/SoulFlow-Orchestrator/tree/main/src/skills/roles/validator
Command: npx skills add https://github.com/berrzebb/SoulFlow-Orchestrator --skill role-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures code quality by automating the build, testing, and linting processes, providing a definitive pass/fail verdict before further integration or review.

Core Features & Use Cases

  • Automated Build Checks: Verifies that the code compiles successfully.
  • Comprehensive Test Execution: Runs all defined unit and integration tests.
  • Code Linting: Enforces coding standards and identifies style issues.
  • Use Case: After a developer completes a feature, this Skill acts as the final gatekeeper, confirming the code is production-ready by running all necessary checks.

Quick Start

Run the validator skill to perform a full build, test, and lint check on the current project.

Frequently Asked Questions about role:validator

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

FAQPage Schema
How do I automate build, test, and lint checks for code quality?

Automating build, test, and lint checks requires a validation process that executes compilation, runs unit tests, and analyzes code standards. This provides a definitive pass or fail verdict indicating production readiness.

What is the best way to verify code integrity before a pipeline integration?

Verifying code integrity before pipeline integration is best achieved by running automated build, test, and lint commands. This strictly reports the success or failure of each stage and provides evidence for any failures.

How do I run a full validation check on my current project?

To run a full validation check on your current project, execute a validator command that performs build, test, and lint operations. This acts as a gatekeeper to confirm the code is production-ready.

Does automated code linting help maintain coding standards?

Automated code linting helps maintain coding standards by enforcing style rules and identifying issues during the validation process. It ensures code quality alongside successful compilation and passing tests.

What happens if my code fails the build or test validation stage?

If your code fails the build or test validation stage, the process strictly reports the failure and provides evidence for the errors. This prevents unstable code from proceeding to further integration.