feat(skills): Refactor tmux-testing to claude-isolated-test with progressive disclosure - #458
Conversation
…ressive disclosure - Rename skill to claude-isolated-test for broader scope - Reduce SKILL.md from 961 lines to ~370 lines (1,321 words) - Focus on fresh instance testing methods (tmux, Docker, worktrees, env vars) - Add progressive disclosure structure: - SKILL.md: Core patterns and quick reference - references/advanced-testing.md: Detailed hook testing patterns - examples/: 3 complete, production-ready bash scripts - scripts/: Reusable wait-for-output.sh utility - Improve description with specific trigger phrases (third-person format) - Standardize writing style to imperative/infinitive form - All bash scripts include proper traps and error handling Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe changes introduce a new comprehensive "Claude Code Isolated Testing" skill containing documentation, example scripts, and reusable utilities for testing Claude Code using tmux, Docker, Git worktrees, and environment-variable-based isolation methods. The previous tmux-testing skill documentation is replaced with expanded content. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes Possibly related PRs
Poem
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
# [5.15.0](v5.14.2...v5.15.0) (2026-02-09) ### Features * **skills:** Refactor tmux-testing to claude-isolated-test with progressive disclosure ([#458](#458)) ([bfaad00](bfaad00))
# [5.15.0](baleen37/bstack@v5.14.2...v5.15.0) (2026-02-09) ### Features * **skills:** Refactor tmux-testing to claude-isolated-test with progressive disclosure ([#458](baleen37/bstack#458)) ([bfaad00](baleen37/bstack@bfaad00))
Summary
Refactor
tmux-testingskill intoclaude-isolated-testwith comprehensive progressive disclosure structure and focus on fresh instance testing methods.Key Changes
tmux-testing→claude-isolated-testfor broader scopeStructure
Quality Improvements
Testing
Validated with skill-reviewer agent:
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Documentation