write-tests

安装量: 359
排名: #8968

安装

npx skills add https://github.com/neolabhq/context-engineering-kit --skill write-tests

Cover Local Changes with Tests User Arguments User can provide a what tests or modules to focus on: $ARGUMENTS If nothing is provided, focus on all changes in current git diff that not commited. If everything is commited, then will cover latest commit. Context After implementing new features or refactoring existing code, it's critical to ensure all business logic changes are covered by tests. This command orchestrates automated test creation for local changes using coverage analysis and specialized agents. Goal Achieve comprehensive test coverage for all critical business logic in local code changes. Show more

返回排行榜