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. sickn33
  4. /
  5. antigravity-awesome-skills
  6. /
  7. Requesting Code Review

Requesting Code Review

Editor's Note

This formalizes the practice of dispatching a code-reviewer subagent to catch issues before they compound. You grab git SHAs, fill out a template with what you built and what it should do, then dispatch the reviewer subagent to analyze the diff. The skill pushes review after every task in subagent-driven development, which sounds aggressive but makes sense if you're trying to prevent cascading problems. It includes severity levels (Critical, Important, Minor) and clear guidance on when to fix versus when to push back. The example shows real workflow integration with specific commit SHAs and actionable feedback. Honest take: the mandatory review after each task will slow you down, but probably less than debugging compounded issues three tasks later.

Install

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill requesting-code-review
Votes
0
Installs464
GitHub Stars39.4k
Categories
Git & Pull RequestsCode Review & Quality
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Git & Pull Requests Skills

View all →
create-github-pull-request-from-specification

github/awesome-copilot

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

github/awesome-copilot

0
11.4k
33.1k
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.6k
33.1k
Create GitHub Issues automatically from implementation plan phases.
create-github-issue-feature-from-specification

github/awesome-copilot

0
8.5k
33.1k
Create GitHub issues from specification files using the feature_request.yml template.
create-github-issues-for-unmet-specification-requirements

github/awesome-copilot

0
8.5k
33.1k
Automatically create GitHub issues for specification requirements not yet implemented in code.
github-issue-triage

code-yeongyu/oh-my-opencode

0
1.3k
58k
Automated GitHub issue triage with real-time streaming analysis and background task parallelization.