verify-samples-tool Skill
How to use the verify-samples tool to run, verify, and manage sample definitions in the Agent Framework repository. Use this when adding, updating, or running sample verification. Published by microsoft in agent-framework.
What is verify-samples-tool Skill?
How to use the verify-samples tool to run, verify, and manage sample definitions in the Agent Framework repository. Use this when adding, updating, or running sample verification. Published by microsoft in agent-framework. 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.
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 agent-framework
Technical details
- Install or run with Copy skill directory
When to use verify-samples-tool Skill
- Use it for developers using agent-framework.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/agent-framework
- Skill file: dotnet/.github/skills/verify-samples-tool/SKILL.md
What it does
How to use the verify-samples tool to run, verify, and manage sample definitions in the Agent Framework repository. Use this when adding, updating, or running sample verification.
Skill instructions
verify-samples Tool The verify-samples project (dotnet/eng/verify-samples/) is an automated tool that runs sample projects and verifies their output using deterministic checks and AI-powered verification. Running verify-samples Important: By default, samples must be pre-built before running verify-samples. Build the solution first, or pass --build to build samples during the run: bash cd dotnet dotnet build agent-framework-dotnet.slnx -f net10.0 Then run verify-samples: bash Run all samples across all categories dotnet run --project eng/verify-samples -- --log results.log --csv results.csv Run a specific category dotnet run --project eng/verify-samples -- --category 02-agents --log results.log Run specific samples by name dotnet run --project eng/verify-samples -- AgentStep02StructuredOutput AgentStep09AsFunctionTool Control parallelism (default 8) dotnet run --project eng/verify-samples -- --parallel 8 --log results.log Build samples during run (skips the need for a prior build step)
Explore related resources
Frequently asked questions
What is verify-samples-tool?
verify-samples-tool is a open-source AI agent skill with Copy skill directory. How to use the verify-samples tool to run, verify, and manage sample definitions in the Agent Framework repository. Use this when adding, updating, or running sample verification.
Who is verify-samples-tool best for?
verify-samples-tool is best for reusing agent instructions, scripts, and references.
How do I install verify-samples-tool?
Install or run verify-samples-tool using Copy skill directory. Check verify-samples-tool for the latest setup command.
Is verify-samples-tool actively maintained?
verify-samples-tool may need a closer maintenance check before production use.
Auto-fetched from GitHub.