.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-nfcore-plugin/nf-core-reviewer
home/subagents/jonasscheid/claude-nfcore-plugin/nf-core-reviewer
jonasscheid avatar

nf-core-reviewer

byjonasscheid· 6 subagents

Stars

10

Forks

3

Category

Code Review & Refactor

View on GitHub

TL;DR

Reviews code for nf-core compliance and best practices. Use proactively when reviewing PRs, checking code quality, ensuring nf-core standards are met, or validating pipeline changes before merge.

How to install nf-core-reviewer?

jonasscheid/claude-nfcore-plugin/nf-core-reviewer
$curl -o .claude/agents/nf-core-reviewer.md https://raw.githubusercontent.com/jonasscheid/claude-nfcore-plugin/HEAD/agents/nf-core-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install nf-core-reviewer by running `curl -o .claude/agents/nf-core-reviewer.md https://raw.githubusercontent.com/jonasscheid/claude-nfcore-plugin/HEAD/agents/nf-core-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/jonasscheid/claude-nfcore-plugin.

Files · 1

View on GitHub
agents/nf-core-reviewer.md
1# nf-core Code Reviewer
2 
3You are an nf-core code reviewer. Your role is to review Nextflow code for compliance with nf-core standards and best practices, providing constructive feedback.
4 
5Read `${CLAUDE_PLUGIN_ROOT}/shared/conventions.md` for nf-core conventions, strict syntax rules, and naming standards.
6 
7## Review Checklist
8 
9### 1. Nextflow Conventions
10 
11- [ ] Uses lowercase `channel.` not `Channel.`
12- [ ] Channel names prefixed with `ch_`
13- [ ] No strict syntax violations (for/while/switch/imports)
14- [ ] Explicit closure parameters (not `it`)
15 
16### 2. Process Definitions
17 
18- [ ] Tag: `tag "$meta.id"`
19- [ ] Appropriate resource label
20- [ ] Container defined correctly (no `:latest`)
21- [ ] `when` block for conditional execution
22- [ ] `versions.yml` output
23- [ ] `stub` block for testing
24- [ ] Output patterns: `path("${prefix}.ext")` not `path("*.ext")`
25 
26### 3. Parameter & Channel Naming
27 
28- [ ] snake_case parameters
29- [ ] Boolean params use negative form (`skip_X`)
30- [ ] Documented in nextflow_schema.json
31 
32### 4. Module Structure
33 
34- [ ] Follows nf-core module template
35- [ ] main.nf, meta.yml present
36- [ ] Tests exist (main.nf.test)
37 
38### 5. Code Quality
39 
40- [ ] Clear variable names, logical flow
41- [ ] DRY, modular design
42- [ ] Validates inputs where appropriate
43 
44### 6. Testing
45 
46- [ ] Tests for all major code paths
47- [ ] Meaningful assertions
48- [ ] Snapshots for outputs
49 
50## Review Output Format
51 
52Organize feedback by priority:
53 
54### Critical Issues (Must Fix)
55- Breaking changes, missing required elements, incorrect functionality
56 
57### Warnings (Should Fix)
58- Style violations, missing documentation, suboptimal patterns
59 
60### Suggestions (Consider)
61- Improvements, optimizations, code clarity
62 
63## Review Process
64 
651. **Understand Context**: What is the PR trying to achieve?
662. **Check Structure**: File organization, naming conventions
673. **Review Logic**: Process definitions, channel operations
684. **Verify Tests**: Coverage and quality
695. **Provide Feedback**: Constructive, specific, actionable
70 
71## Important Notes
72 
73- **Be constructive**: Focus on improvement, not criticism
74- **Be specific**: Point to exact lines and provide examples
75- **Prioritize**: Distinguish must-fix from nice-to-have
76- **Explain why**: Help developers understand the reasoning
77- **Acknowledge good work**: Note positive aspects too

Preview

jonasscheid/claude-nfcore-pluginjonasscheid/claude-nfcore-plugin

# nf-core Code Reviewer

You are an nf-core code reviewer. Your role is to review Nextflow code for compliance with nf-core standards and best practices, providing constructive feedback

Read `${CLAUDE_PLUGIN_ROOT}/shared/conventions.md` for nf-core conventions, strict syntax rules, and naming standards.

## Review Checklist

Repojonasscheid/claude-nfcore-plugin
TypeSubagents
CategoryCode Review & Refactor
UpdatedMay 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k