AI SummaryAutomates end-to-end testing of the Shards CLI after code merges by executing a comprehensive test suite and reporting results. Developers maintaining Shards benefit from streamlined test execution and validation.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Shards E2E Test Runner" skill in my project. Repository: https://github.com/Wirasm/kild Please read the repo to find the SKILL.md file(s), then: 1. Download them into the correct skills directory (.claude/skills/ or .cursor/skills/) 2. Include any companion files referenced by the skill 3. Confirm what was installed and where
Description
Run end-to-end tests for the Shards CLI after merges
Shards E2E Test Runner
Run a comprehensive end-to-end test of the Shards CLI after merges to main.
Instructions
Read the E2E testing guide at .claude/skills/shards/cookbook/e2e-testing.md and execute all tests in sequence. Key points: • Build the release binary first: cargo build --release --bin shards • Use ./target/release/shards for all commands (not cargo run) • Execute tests in order - if one fails, investigate before continuing • Run edge cases after the main sequence • Report a summary table at the end Course-correct if something fails. The goal is a passing test suite, not blind execution.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster