
Write Scrut Tests
- 2 repo stars
- Updated July 24, 2026
- cboone/agent-harness-plugins
Apply scrut test style conventions when creating or editing scrut test files for CLI binaries and zsh plugins.
About
Write-scrut-tests applies scrut test style conventions when creating or editing scrut test files for CLI binaries and zsh plugins. It keeps command-line test suites consistent and idiomatic so behavior is reliably verified. Aimed at developers testing CLI tools and shell plugins.
- scrut test conventions
- CLI binary tests
- zsh plugin tests
- Consistent test style
Write Scrut Tests by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add cboone/agent-harness-plugins/plugin install write-scrut-tests@agent-harness-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | cboone/agent-harness-plugins ↗ |
What it does
Apply scrut test style conventions when creating or editing scrut test files for CLI binaries and zsh plugins.
README.md
Write Scrut Tests
Applies scrut test style conventions when creating or editing scrut CLI test files.
Type: Skill
Trigger: /write-scrut-tests (also activates automatically)
Installation
See the marketplace install instructions.
What It Does
Provides style conventions for writing scrut snapshot-based test files for CLI binaries and zsh plugins. Covers file organization, naming conventions, assertion type selection, error testing patterns, test isolation, zsh plugin invocation, and maintainability. Activates automatically when creating or editing scrut test files.
Usage
/write-scrut-tests
The skill also activates automatically when creating or editing .md files in tests/scrut/ or similar test directories.
Examples
- "add a scrut test for the config command": applies style conventions while writing the test
- "review the scrut tests": checks existing tests against the style guide
- "write scrut tests for error handling": follows conventions for error test patterns
- "write scrut tests for my zsh plugin": uses source-based invocation with
--shell zsh
See Also
- Add Scrut CLI Tests: set up scrut testing infrastructure in a CLI project
- All plugins