gob-curl
Installation
SKILL.md
When to use this skill
When the user gives you a link to a Gerrit CL or asks you to inspect the
status, review comments, or CI results of a CL on Gerrit (e.g.,
https://dart-review.googlesource.com/c/sdk/+/478860 or sdk~478860).
How to use this skill
Use the run_command tool to execute gob-curl against the Gerrit REST API
endpoints.
CRITICAL RULE:
- You MUST ONLY do
GETrequests. - Do NOT attempt to
POST,PUT, orDELETEanything.
Forming the URL
Related skills
More from kevmoo/kevmoo_skills
sem-semantic-diff
Use the `sem` CLI to view semantic codebase diffs, evaluate dependency graphs, perform impact analysis, and investigate code history without formatting noise. Use instead of standard git diff/log when analyzing structural code changes.
2kevmoo-skills
|-
1github-cli
|-
1gerrit-stacked-cls
|-
1