Install
$ agentstack add skill-mingo07-dev-claude-skills-test-generator ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Test generator (three subagents)
When to use
- Missing tests or low coverage
- Before refactoring (safety net)
- After implementing a feature
- Explicit requests to add or generate tests
Goal
Generate realistic, stack-aligned tests and run them only after explicit user approval.
Pipeline overview
Parent Agent
-> Subagent 1: Stack Analyzer (write /tmp/test-context.md)
-> Subagent 2: Test Generator (write tests, /tmp/test-manifest.md)
-> Pause for user approval
-> Subagent 3: Test Runner (write TEST_REPORT.md)
Phase 1: Parent reconnaissance
- Identify scope from the prompt (file, module, or test type)
- Inspect project config (package.json, pyproject.toml, etc.)
- Find existing tests and conventions
- Provide scope/context to Subagent 1
Phase 2: Subagent 1 (Stack Analyzer)
Detect language, test frameworks, conventions, and target files. Write /tmp/test-context.md.
Phase 3: Subagent 2 (Test Generator)
Use the patterns in [references/test-patterns.md](references/test-patterns.md). Write tests and record a manifest in /tmp/test-manifest.md with file paths, test types, coverage, and run commands.
Phase 4: Pause and confirm
Summarize generated tests and ask whether to run all tests, only a category, or none.
Phase 5: Subagent 3 (Test Runner)
Run approved suites, capture failures, and write TEST_REPORT.md. Clean up temp files.
Notes
- Use realistic domain data in tests.
- Align with existing test style when present.
- Never run tests without explicit user confirmation.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Mingo07-dev
- Source: Mingo07-dev/claude_skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.