Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,23 @@
"subagent"
]
},
{
"name": "reviewer-author-loop",
"source": "./plugins/reviewer-author-loop",
"description": "Human-in-the-loop manuscript improvement workflow that cycles through reviewer critique, author revision, verification, and re-review until acceptance or a pause condition.",
"version": "0.1.0",
"author": {
"name": "Han Hu",
"url": "https://github.com/hanhuark"
},
"category": "Workflow Orchestration",
"homepage": "https://github.com/hanhuark/reviewer-author-loop-skill",
"keywords": [
"workflow",
"writing",
"review"
]
},
{
"name": "product-sales-specialist",
"source": "./plugins/product-sales-specialist",
Expand Down Expand Up @@ -1672,4 +1689,4 @@
]
}
]
}
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you
- [lyra](./plugins/lyra)
- [model-context-protocol-mcp-expert](./plugins/model-context-protocol-mcp-expert)
- [problem-solver-specialist](./plugins/problem-solver-specialist)
- [reviewer-author-loop](./plugins/reviewer-author-loop)
- [studio-coach](./plugins/studio-coach)
- [ultrathink](./plugins/ultrathink)

Expand Down Expand Up @@ -212,4 +213,4 @@ Example:
## Contributing

Contributions are welcome!
You can add your favorite plugins, share best practices, or submit your own marketplace.
You can add your favorite plugins, share best practices, or submit your own marketplace.
10 changes: 10 additions & 0 deletions plugins/reviewer-author-loop/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "reviewer-author-loop",
"description": "Human-in-the-loop manuscript improvement workflow that cycles through reviewer critique, author revision, verification, and re-review until acceptance or a pause condition.",
"version": "0.1.0",
"author": {
"name": "Han Hu",
"url": "https://github.com/hanhuark"
},
"homepage": "https://github.com/hanhuark/reviewer-author-loop-skill"
}
15 changes: 15 additions & 0 deletions plugins/reviewer-author-loop/commands/reviewer-author-loop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Reviewer-Author Loop

Run an iterative manuscript improvement workflow:

1. Review the manuscript as a skeptical but constructive peer reviewer.
2. Revise as the author to address actionable comments.
3. Verify that each comment was resolved without introducing unsupported claims.
4. Re-review the revised manuscript.
5. Continue until the manuscript is acceptable or pause when human input is needed.

Pause and ask the researcher when progress requires new experiments, unavailable data, original theory, modeling choices, citation judgment, or confidential author decisions.

Use the full skill when available:

https://github.com/hanhuark/reviewer-author-loop-skill