Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Startedcli-testing
DRS CLI flag and command contract review checklist
Stars1
Forks1
UpdatedJune 1, 2026 at 05:35
SKILL.md
readonlyMenu
DRS CLI flag and command contract review checklist
| name | cli-testing |
| description | DRS CLI flag and command contract review checklist |
Use this skill when reviewing changes in src/cli/** or command wiring in src/cli/index.ts.
The goal is to catch CLI contract drift before release: broken flags, ambiguous defaults,
and behavior changes that are not reflected in docs/tests.
src/cli/index.ts:
--json + terminal output, --output paths, etc.).src/cli/*.ts honor declared flags:
local-review, github-pr-review, gitlab-mr-review) should remain consistent.