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. Please run this command in my terminal: # Install skill into your project (4 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/Wirasm/kild/main/.claude/commands/e2e.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/save-tasks-org.md "https://raw.githubusercontent.com/Wirasm/kild/main/.claude/commands/save-tasks-org.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/save-tasks.md "https://raw.githubusercontent.com/Wirasm/kild/main/.claude/commands/save-tasks.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/triage.md "https://raw.githubusercontent.com/Wirasm/kild/main/.claude/commands/triage.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
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