Agent skill · Code Review & Quality

galaxy-query-rewrite

Use this skill when you want an agent to review all benchmark queries and rewrite any that are:'

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill galaxy-query-rewrite --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/analysis/galaxy-query-rewrite/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Galaxy Query Rewrite + Review (Repo Skill) Use this skill when you want an agent to **review all benchmark queries** and **rewrite** any that are: - tool-leaking (e.g., “perform `tool_x`”) - templated / repetitive (especially repeated under the **same ground-truth tool**) - dataset-leaking (filenames/accessions/URLs) - inconsistent with the gold tool’s real purpose This skill assumes the benchmark source of truth is: - `data/benchmark/v1_items.jsonl` ## What to produce 1. A clean, updated `data/benchmark/v1_items.jsonl` (in-place). 2. A refreshed `data/benchmark/v1_items_readable.md` for human review. ## Hard rules (rewrite must satisfy) 1. **English only** for the query string. 2. Must ask for a **Galaxy tool recommendation**. 3. Must **not** mention tutorial/GTN. 4. Must **not** include dataset identifiers (SRR/ENA IDs, file extensions, URLs, etc.). 5. Must **not** mention tool IDs, tool names, or backticked “function/tool” strings. 6. Must be **close to real user queries**: - Write from a **Galaxy user** perspective (what you have + what you want), not a tool developer/maintainer perspective. - Include a short, plausible context (data type + goal + expected output). - Avoid “b

What's inside
Steps it walks through
  1. What to produce
  2. Hard rules (rewrite must satisfy)
  3. Science-first vs tool-first queries (rewrite guidance)
  4. Balance target (soft)
  5. Review workflow (agent checklist)
  6. 10 example rewrites (patterns to imitate)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the galaxy-query-rewrite skill do?

Use this skill when you want an agent to review all benchmark queries and rewrite any that are:'

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill galaxy-query-rewrite --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going