Favicon of validate-skills

validate-skills

AI Agent SkillC#Open source

Validate that commands documented in skill files actually work. Use when creating, updating, or reviewing skills to ensure all documented commands exit with code 0. Published by microsoft in vstest.

What is validate-skills?

Validate that commands documented in skill files actually work. Use when creating, updating, or reviewing skills to ensure all documented commands exit with code 0. Published by microsoft in vstest. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
74/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using vstest

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use validate-skills

  • Use it for developers using vstest.

Built with

C#Copy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/vstest
  • Skill file: .github/skills/validate-skills/SKILL.md

What it does

Validate that commands documented in skill files actually work. Use when creating, updating, or reviewing skills to ensure all documented commands exit with code 0.

Skill instructions

Validating Skills Verify every executable command in a skill runs successfully on the current OS. When to Use - After creating or updating a skill that contains executable commands - During skill review to catch stale or broken instructions - When switching OS (e.g. Windows → Linux) to confirm cross-platform commands Procedure 1. Detect Current OS Determine which platform commands to extract: powershell PowerShell (Windows) $os = "Windows" bash Bash (Linux / macOS) OS=$(uname -s) "Linux" or "Darwin" 2. Extract Commands Parse the target skill's SKILL.md and list every shell command for the detected OS: - Many skills document commands in tables with Windows and Linux / macOS columns. Pick the column matching your OS. - If a command contains comments like Windows or Linux / macOS, only run the one for your OS. - Placeholder substitution: Replace obvious placeholders (e.g. <path-to-csproj, <skill-name) with real values from the repo. If no sensible value exists, skip the command. - Adapt c

Explore related resources

Frequently asked questions

What is validate-skills?

validate-skills is a open-source AI agent skill with Copy skill directory. Validate that commands documented in skill files actually work. Use when creating, updating, or reviewing skills to ensure all documented commands exit with code 0.

Who is validate-skills best for?

validate-skills is best for reusing agent instructions, scripts, and references.

How do I install validate-skills?

Install or run validate-skills using Copy skill directory. Check validate-skills for the latest setup command.

Is validate-skills actively maintained?

validate-skills may need a closer maintenance check before production use.

Share:

Stars
965
Forks
354
Last commit
9 days ago
Repository age
10 years
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to validate-skills