accordant-test-generation Skill
How Accordant generates and runs tests - use this skill when configuring test generation, understanding state graphs, or running tests Published by microsoft in accordant.
What is accordant-test-generation Skill?
How Accordant generates and runs tests - use this skill when configuring test generation, understanding state graphs, or running tests Published by microsoft in accordant. 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 accordant-test-generation Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/accordant
- Skill file: agent/skills/test-generation/SKILL.md
What it does
How Accordant generates and runs tests - use this skill when configuring test generation, understanding state graphs, or running tests
Skill instructions
Test Generation in Accordant Accordant generates tests by exploring the state graph defined by your spec, then running the generated sequences against your real system. The State Graph Starting from an initial state, Accordant applies each input to compute resulting states, then recurses. This builds a graph where: - Nodes = States the system can be in - Edges = Operations that transition between states Generating Tests Basic Usage csharp var spec = CreateSpec(); var initialState = new BankState(); // Define inputs to explore var inputs = new InputSet { spec.GetOperation<string, ApiResult<decimal("CreateAccount").With("alice", "Create alice"), spec.GetOperation<(string, decimal), ApiResult<decimal("Deposit").With(("alice", 100m), "Deposit 100"), spec.GetOperation<(string, decimal), ApiResult<decimal("Withdraw").With(("alice", 30m), "Withdraw 30"), spec.GetOperation<(string, decimal), ApiResult<decimal("Withdraw").With(("alice", 200m), "Withdraw 200 (overdraft)"), spec.GetOperation<stri
Explore related resources
Frequently asked questions
What is accordant-test-generation?
accordant-test-generation is a open-source AI agent skill with Copy skill directory. How Accordant generates and runs tests - use this skill when configuring test generation, understanding state graphs, or running tests
Who is accordant-test-generation best for?
accordant-test-generation is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install accordant-test-generation?
Install or run accordant-test-generation using Copy skill directory. Check accordant-test-generation for the latest setup command.
Is accordant-test-generation actively maintained?
accordant-test-generation may need a closer maintenance check before production use.
Auto-fetched from GitHub.