test-scaffolding
✓Automatically generate test scaffolding when user writes new code without tests or mentions needing tests. Supports unit, integration, e2e, and data tests for PHP and JavaScript. Invoke when user mentions "tests", "testing", "coverage", "write tests", or shows new untested code.
Installation
SKILL.md
This skill provides rapid test scaffolding. For complete coverage, use comprehensive test generation + manual refinement.
Use these templates as starting points, adapting for the specific code being tested.
Don't. Test public interface instead. If private method needs testing, consider extracting to separate class.
Automatically generate test scaffolding when user writes new code without tests or mentions needing tests. Supports unit, integration, e2e, and data tests for PHP and JavaScript. Invoke when user mentions "tests", "testing", "coverage", "write tests", or shows new untested code. Source: kanopi/cms-cultivator.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/kanopi/cms-cultivator --skill test-scaffolding- Source
- kanopi/cms-cultivator
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is test-scaffolding?
Automatically generate test scaffolding when user writes new code without tests or mentions needing tests. Supports unit, integration, e2e, and data tests for PHP and JavaScript. Invoke when user mentions "tests", "testing", "coverage", "write tests", or shows new untested code. Source: kanopi/cms-cultivator.
How do I install test-scaffolding?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kanopi/cms-cultivator --skill test-scaffolding Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/kanopi/cms-cultivator
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01