Try banner
btseytlin btseytlin

Try

Testing community

Description

--- description: Manually test the latest change with one positive and one negative case. Goal is speed — shortest path to confidence. --- Manually test the latest change. Goal is speed — shortest path to confidence. Steps: 1. Identify the change: check recent conversation context, `git status`. 2. Design exactly two test cases: - **Positive**: happy path, realistic minimal input - **Negative**: should fail/be rejected — most likely misuse or edge case 3. Run both tests. Capture output

Installation

Installs to ~/.claude/skills/btseytlin-ultrapack-try/SKILL.md

Terminal
mkdir -p ~/.claude/skills/btseytlin-ultrapack-try && curl -fsSL https://raw.githubusercontent.com/btseytlin/ultrapack/HEAD/commands/try.md -o ~/.claude/skills/btseytlin-ultrapack-try/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository