post-change-validation

Detect code changes and execute the appropriate validation workflow.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/NoxelS/agentic-uv --skill post-change-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-change-validation
Source: https://github.com/NoxelS/agentic-uv/tree/main/.copilot/skills/post-change-validation
Command: npx skills add https://github.com/NoxelS/agentic-uv --skill post-change-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After developers submit code changes, validation can be time-consuming and error-prone. This skill automates the validation setup by guiding the user through change detection and selecting the right validation workflow.

Core Features & Use Cases

  • Detect change scope and determine affected components.
  • Recommend and load the appropriate validation skill (lint-project, test-project, or check-project).
  • Execute the selected validation steps (e.g., make targets) and report results with status and next steps.
  • Works as part of a collaborative AI-assisted development workflow to streamline PR preparation.

Quick Start

After you make code changes, load this skill to receive automatic validation guidance and execute the recommended validation steps.

Frequently Asked Questions about post-change-validation

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

FAQPage Schema
How do I automate code validation after making changes?

Automate code validation by detecting changes and selecting the right validation workflow. This skill identifies affected components, loads the appropriate validation skill like lint-project or test-project, and executes steps such as make targets to report outcomes.

What is the best way to run scope-aware validation for code changes?

Scope-aware validation determines affected components after edits and recommends the correct validation skill. It applies targeted validation by selecting and loading the appropriate workflow, executing steps, and reporting results with next steps and status.

How does change detection work for selecting validation workflows?

Change detection identifies the scope of edits and determines affected components. It then recommends and loads the correct validation skill, such as check-project, executes the selected validation steps, and reports outcomes with status and next steps.

Do I need specific make targets configured to run automated validation?

Make targets are executed as part of the validation steps. The skill recommends the appropriate validation workflow based on detected code changes and executes the chosen steps, such as make targets, reporting results with status and next steps.

Can I use this validation skill with an AI-assisted development workflow?

Yes, it works as part of a collaborative AI-assisted development workflow to streamline PR preparation. After you make code changes, load the skill to receive automatic validation guidance and execute the recommended validation steps.