test▌
164 indexed skills · max 10 per page
alicloud-platform-aliyun-cli-test
cinience/alicloud-skills · Cloud
Category: test \n 通用 aliyun CLI Minimal Viable Test \n Prerequisites \n \n aliyun CLI is installed. \n A valid profile is configured (default default ). \n GoalsSkill: skills/platform/cli/alicloud-platform-aliyun-cli/ 。 \n \n Test Steps \n \n Run version guard script: python skills/platform/cli/alicloud-platform-aliyun-cli/scripts/ensure_aliyun_cli.py --interval-hours 24 。 \n 执行 aliyun version 。 \n 执行 aliyun configure list 。 \n Run one read-only API (example): aliyun ecs DescribeRegions 。 \n \n
ln-523-auto-test-planner
levnikolaevich/claude-code-skills · Testing
ln-523-auto-test-planner
ln-404-test-executor
levnikolaevich/claude-code-skills · Testing
ln-404-test-executor
test-driven-development
obra/superpowers · Testing
Write tests first, watch them fail, then implement minimal code to pass. \n \n Follows the red-green-refactor cycle: write a failing test, verify it fails correctly, implement minimal code to pass, then refactor while keeping tests green \n Requires deleting any production code written before tests exist; no exceptions for \"reference\" or \"adaptation\" \n Emphasizes watching tests fail as proof they actually test the right thing; tests that pass immediately prove nothing \n Covers common ratio