Checking cli help
npx -y skills add narumiruna/skills --skill checking-cli-helpAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Decide whether to inspect command help before execution when the exact subcommand, flags, targets, side effects, or help mechanism are uncertain.
SKILL.md
0.9 KB, as published. Nobody here has run it
Checking CLI Help (Deprecated Reference)
Run a command directly only when you can explain its exact target, effect, and material flags. Otherwise inspect the narrowest relevant help first.
Use this order as applicable:
<cmd> <subcommand> --help<cmd> --helpor the tool's built-inhelpformtype <cmd>orcommand -v <cmd>to identify aliases, functions, or builtins- shell
help <builtin> man <cmd>when non-interactive access is available
Judge familiarity on the full command, not a whitelist or the base executable name. Help output does not authorize an external, destructive, costly, or otherwise unapproved action; it only resolves syntax and behavior.