mcs-pipeline-test Skill
Use this skill to run the MCS build pipeline verify-fix harness against the canonical kitchen-sink agent. The harness reads back every component from MCS via API, classifies any drift against a fixed taxonomy, and auto-applies fixes for confirmed classifications. Use when validating the build pipeline end-to-end, after Published by microsoft in MCS-Agent-Builder.
What is mcs-pipeline-test Skill?
Use this skill to run the MCS build pipeline verify-fix harness against the canonical kitchen-sink agent. The harness reads back every component from MCS via API, classifies any drift against a fixed taxonomy, and auto-applies fixes for confirmed classifications. Use when validating the build pipeline end-to-end, after Published by microsoft in MCS-Agent-Builder. 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
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use mcs-pipeline-test Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/MCS-Agent-Builder
- Skill file: .claude/skills/mcs-pipeline-test/SKILL.md
What it does
Use this skill to run the MCS build pipeline verify-fix harness against the canonical kitchen-sink agent. The harness reads back every component from MCS via API, classifies any drift against a fixed taxonomy, and auto-applies fixes for confirmed classifications. Use when validating the build pipeline end-to-end, after
Skill instructions
MCS Pipeline Verify-Fix Harness Builds the canonical "kitchen-sink" test agent in the dktest environment, reads back every component from MCS, and iterates fix → verify until all verifiable components match the spec. Wraps /mcs-build; does not replace it. This skill is the entry point for the harness. The runner that drives the loop is tools/pipeline-test-loop.js. The verifier library is tools/verify-component.js. Failure taxonomy lives in tools/pipeline-classifications.js. Fix planner lives in tools/pipeline-fix-map.js. Smoke-phase coverage (current): only verifyTopic is wired live. Other component verifiers return status: 'skipped' and surface as "not yet implemented." Each iteration of harness work expands one verifier at a time. When a verifier ships, its corresponding classification becomes auto-fix-eligible if pipeline-fix-map.js lists it as type: 'auto'. Out of scope for this skill: building real customer agents (use /mcs-build), evaluating an agent's behavior (use /mcs-eval), a
Explore related resources
Frequently asked questions
What is mcs-pipeline-test?
mcs-pipeline-test is a open-source AI agent skill with Copy skill directory. Use this skill to run the MCS build pipeline verify-fix harness against the canonical kitchen-sink agent.
Who is mcs-pipeline-test best for?
mcs-pipeline-test is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install mcs-pipeline-test?
Install or run mcs-pipeline-test using Copy skill directory. Check mcs-pipeline-test for the latest setup command.
Is mcs-pipeline-test actively maintained?
mcs-pipeline-test may need a closer maintenance check before production use.
Auto-fetched from GitHub.