Use EVERY TIME you need to run tests, verify tests pass, or check for regressions. ALWAYS use this instead of running eldev directly.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add Trevoke/org-gtd.el --skill test --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Test?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/trevoke-test)More formats (shields.io, HTML) on the badges page.
---
name: test
description: Use EVERY TIME you need to run tests, verify tests pass, or check for regressions. ALWAYS use this instead of running eldev directly.
---
# /test — Run Tests with Clean Output
Run `./run-tests.sh` (in this skill's directory) to execute tests. The script handles all noise filtering and outputs only a clean summary.
## How to Run
```bash
.claude/skills/test/run-tests.sh [ARGUMENT]
```
Parse the ARGUMENTS line and pass it through:
| Argument | What it does |
|----------|-------------|
| (none) / `all` | Full suite |
| `test/unit/foo-test.el` | Single file |
| `unit` / `integration` / `acceptance` | Category |
### Resolving test names
If the argument contains `/` but no `.el` (looks like a test name, e.g. `stuck-sa-filter/cancelled-project-task-skipped`):
1. Grep for `deftest <name>` in `test/` to find the file
2. Pass the file path to `run-tests.sh`
## Output Format
The script returns one of:
**Success:** `PASS: 1195 tests in 18.4s`
**Failure:** Summary line + full failure/error details (test name, expected/actual, file:line)
**Unexpected:** Last 30 lines of raw output
Report the script output verbatim. Do not add commentary unless the user asks.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...