CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. wanshuiyin
  4. /
  5. auto-claude-code-research-in-sleep
  6. /
  7. Auto Review Loop

Auto Review Loop

Editor's Note

Loops a code review backend until your work passes or hits four rounds. You tell it what to review, it calls out to Codex or a manual reviewer, parses the critique, implements fixes, and resubmits. Stops when score hits 6/10 and verdict is "ready" or "almost". The skill writes everything to a review-stage directory and persists state so it can survive context compaction mid-loop. You can run it fully autonomous or pause after each round to vet the fixes yourself. It defaults to Codex at medium difficulty, but you can crank it to nightmare mode where the reviewer gets direct repo access and actively tries to poke holes in your claims. Good for iterating on research artifacts or any work where you want aggressive external feedback without manually shuttling files back and forth.

Install

npx skills add https://github.com/wanshuiyin/auto-claude-code-research-in-sleep --skill auto-review-loop
Votes
0
Installs195
GitHub Stars11.2k
Categories
Git & Pull RequestsCode Review & QualityData Science & ML
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Git & Pull Requests Skills

View all →
github-pr-review

fvadicamo/dev-agent-skills

0
491
63
github pr review
github-pr-merge

fvadicamo/dev-agent-skills

0
214
63
github pr merge
create-github-pull-request-from-specification

github/awesome-copilot

0
9k
34.3k
Automated GitHub pull request creation from specification templates with draft-to-review workflow.
github-issues

github/awesome-copilot

0
11.9k
34.3k
Create, update, and manage GitHub issues with full workflow support including types, labels, assignees, and dependencies.
create-github-issues-feature-from-implementation-plan

github/awesome-copilot

0
8.7k
34.3k
Create GitHub Issues automatically from implementation plan phases.
create-github-issue-feature-from-specification

github/awesome-copilot

0
8.6k
34.3k
Create GitHub issues from specification files using the feature_request.yml template.