Skip to main content
ClaudeWave
Skill30k repo starsupdated 3d ago

cli-e2e

Write, modify, or debug Docker-based Composio CLI end-to-end tests under ts/e2e-tests/cli, including binary invocation, fixture isolation, output assertions, and package manifests. Use for CLI E2E test suites only; use cli-command for CLI source implementation.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ComposioHQ/composio /tmp/cli-e2e && cp -r /tmp/cli-e2e/.agents/skills/cli-e2e ~/.claude/skills/cli-e2e
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# CLI E2E

Use this skill for CLI end-to-end tests.

Read `references/docker-cli-e2e.md` before adding or changing suites under `ts/e2e-tests/cli/`.