๐Ÿงช
QualityGo

Skillshare CLI E2E Test

by runkids

Skillshare CLI E2E Test is a Quality skill for Claude Code, published by runkids in skillshare.

2.6K stars157 forkson runkids/skillshareAdded 2026/08/18+1% in starsRepository updated 2026/08/10
agenthubaiclaude-codeclicodexcodex-skillscopilotcross-machine-synccursorgeminigoguiopenclawskillsskills-auditskills-managementskills-managerskills-uiskillshareteam-management
Install in seconds
Install Skillshare CLI E2E Test
Copy Skillshare CLI E2E Test into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/runkids/skillshare/tree/main/.skillshare/skills/skillshare-cli-e2e-test ~/.claude/skills/skillshare-cli-e2e-test

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/runkids/skillshare.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.skillshare/skills/skillshare-cli-e2e-test/SKILL.md in runkids/skillshare
Installs to
~/.claude/skills/skillshare-cli-e2e-test
Collection
One of 11 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What Skillshare CLI E2E Test does

Skillshare CLI E2E Test runs isolated end-to-end tests in a devcontainer using ai_docs/tests runbooks. Use it to execute runbooks, validate features end-to-end, create new runbooks, or test CLI behavior in isolation with ssenv and structured JSON reporting.

Skillshare CLI E2E Test is cataloged under Quality on DirSkills. Skillshare CLI E2E Test comes from a repository tagged agenthub, ai, claude-code, cli and codex.

Documentation

README

Run isolated E2E tests in devcontainer. $ARGUMENTS specifies runbook name or "new".

Flow

Phase 0: Environment Check

  1. Confirm devcontainer is running and get container ID:

    CONTAINER=$(docker compose -f .devcontainer/docker-compose.yml ps -q skillshare-devcontainer)
    
    • If empty โ†’ prompt user: docker compose -f .devcontainer/docker-compose.yml up -d
    • Ensure CONTAINER is set for all subsequent docker exec calls.
  2. Confirm Linux binary is available:

    docker exec $CONTAINER bash -c \
      '/workspace/.devcontainer/ensure-skillshare-linux-binary.sh && ss version'
    

This is the opening of the README. Read the full README on GitHub.

Commands Skillshare CLI E2E Test provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /workspace
  • /mdproof
  • /cli-e2e-test

Frequently asked about Skillshare CLI E2E Test

  • What else does runkids publish alongside Skillshare CLI E2E Test?

    Skillshare CLI E2E Test is one of 11 skills that DirSkills catalogs from runkids/skillshare, the repository it ships in. Its siblings there include Changelog Generator, Clean and Implement Feature. Each one is a separate skill with its own page in this directory, installs the same way Skillshare CLI E2E Test does, and is maintained by runkids in that same repository. The rest of the collection is listed on the runkids/skillshare page.

  • How does Skillshare CLI E2E Test compare to other Quality skills?

    Skillshare CLI E2E Test ranks #502 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Skillshare CLI E2E Test against them. Open each page to compare what they document and how they install.

More from runkids/skillshare

Skillshare CLI E2E Test is one of 11 skills cataloged on DirSkills from runkids/skillshare.

See all 11 skills โ†’
๐Ÿ“
2w ago

Changelog Generator

Changelog Generator creates a CHANGELOG.md entry from conventional commits between git tags and syncs the website changelog page. Use it when asked to generate a changelog or document what changed since the last release.
Writing
2.6K157
๐Ÿ”
2w ago

Clean

Clean helps with code reviews by checking for bugs, test coverage, and coding standards.
Quality
2.6K157
๐Ÿงช
2w ago

Implement Feature

Implement Feature writes Go code and tests for the Skillshare CLI using a test-first workflow. Use it when adding commands, flags, internal packages, or implementing functionality from a spec.
Quality
2.6K157
๐Ÿ“
2w ago

Skill Authoring

Skill Authoring walks through creating a SKILL.md file from scratch, auditing it, testing it, and sharing it with a team. Use it when you need to write custom instructions for AI coding tools like Claude Code, Cursor, or Codex.
AI Engineering
2.6K157
๐Ÿง 
2w ago

Skillshare

Skillshare manages and syncs AI CLI skills and agents across 50+ tools from a single source. Use it to install, update, uninstall, sync, audit, search, and troubleshoot skills or agents in global or project modes.
AI Engineering
2.6K157
๐Ÿ”
2w ago

Skillshare Codebase Audit

Skillshare Codebase Audit cross-validates CLI flags, documentation, specs, tests, target definitions, handler splits, oplog instrumentation, and web API routes against source code. Use it after refactors, before releases, or when you suspect code, docs, or tests have drifted out of sync.
Quality
2.6K157