Load the best-matching skill doc from skills/ and apply it to the current task
Scanned 9/2/2026
Install to Claude Code
npx -y skills add s977043/river-review --skill commands --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Commands?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/s977043-commands)More formats (shields.io, HTML) on the badges page.
---
description: Load the best-matching skill doc from skills/ and apply it to the current task
argument-hint: '[keyword]'
allowed-tools: Bash(rg:*)
---
Find the best matching review skill for: $ARGUMENTS
The bundled skills live in `${CLAUDE_PLUGIN_ROOT}/skills/agent-skills/` when this is
installed as a plugin, or in `./skills/agent-skills/` when working inside the
river-review repo itself.
Steps:
1. Set `SKILL_ROOT="${CLAUDE_PLUGIN_ROOT:-.}/skills/agent-skills"` and search it for the
keyword (case-insensitive), e.g. `rg -i "$ARGUMENTS" "$SKILL_ROOT"`.
2. Identify the most relevant `SKILL.md` (note: filenames are uppercase `SKILL.md`).
3. Summarize the workflow rules from that skill.
4. Apply those rules to the current task and proceed.
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!