By lets-forge
Pre-push quality gate and PR review for forgeweb projects (MakerKit/Next.js/Supabase). Analyzes git diff for missing artifacts, runs code quality reviews with specialized agents, and optionally dispatches fixes.
Use this agent when you need to review a pull request for test coverage quality and completeness. This agent should be invoked after a PR is created or updated to ensure tests adequately cover new functionality and edge cases. Examples: <example> Context: Daisy has just created a pull request with new functionality. user: "I've created the PR. Can you check if the tests are thorough?" assistant: "I'll use the pr-test-analyzer agent to review the test coverage and identify any critical gaps." <commentary> Since Daisy is asking about test thoroughness in a PR, use the Task tool to launch the pr-test-analyzer agent. </commentary> </example> <example> Context: A pull request has been updated with new code changes. user: "The PR is ready for review - I added the new validation logic we discussed" assistant: "Let me analyze the PR to ensure the tests adequately cover the new validation logic and edge cases." <commentary> The PR has new functionality that needs test coverage analysis, so use the pr-test-analyzer agent. </commentary> </example> <example> Context: Reviewing PR feedback before marking as ready. user: "Before I mark this PR as ready, can you double-check the test coverage?" assistant: "I'll use the pr-test-analyzer agent to thoroughly review the test coverage and identify any critical gaps before you mark it ready." <commentary> Daisy wants a final test coverage check before marking PR ready, use the pr-test-analyzer agent. </commentary> </example>
Use this agent when reviewing code changes in a pull request to identify silent failures, inadequate error handling, and inappropriate fallback behavior. This agent should be invoked proactively after completing a logical chunk of work that involves error handling, catch blocks, fallback logic, or any code that could potentially suppress errors. Examples: <example> Context: Daisy has just finished implementing a new feature that fetches data from an API with fallback behavior. Daisy: "I've added error handling to the API client. Can you review it?" Assistant: "Let me use the silent-failure-hunter agent to thoroughly examine the error handling in your changes." <Task tool invocation to launch silent-failure-hunter agent> </example> <example> Context: Daisy has created a PR with changes that include try-catch blocks. Daisy: "Please review PR #1234" Assistant: "I'll use the silent-failure-hunter agent to check for any silent failures or inadequate error handling in this PR." <Task tool invocation to launch silent-failure-hunter agent> </example> <example> Context: Daisy has just refactored error handling code. Daisy: "I've updated the error handling in the authentication module" Assistant: "Let me proactively use the silent-failure-hunter agent to ensure the error handling changes don't introduce silent failures." <Task tool invocation to launch silent-failure-hunter agent> </example>
Use this agent when you need expert analysis of type design in your codebase. Specifically use it: (1) when introducing a new type to ensure it follows best practices for encapsulation and invariant expression, (2) during pull request creation to review all types being added, (3) when refactoring existing types to improve their design quality. The agent will provide both qualitative feedback and quantitative ratings on encapsulation, invariant expression, usefulness, and enforcement. <example> Context: Daisy is writing code that introduces a new UserAccount type and wants to ensure it has well-designed invariants. user: "I've just created a new UserAccount type that handles user authentication and permissions" assistant: "I'll use the type-design-analyzer agent to review the UserAccount type design" <commentary> Since a new type is being introduced, use the type-design-analyzer to ensure it has strong invariants and proper encapsulation. </commentary> </example> <example> Context: Daisy is creating a pull request and wants to review all newly added types. user: "I'm about to create a PR with several new data model types" assistant: "Let me use the type-design-analyzer agent to review all the types being added in this PR" <commentary> During PR creation with new types, use the type-design-analyzer to review their design quality. </commentary> </example>
Use this agent when you need to review recently written or modified code for quality, security, and adherence to Makerkit standards. MUST USE after every ending every task. This agent should be used proactively immediately after writing or modifying code, especially for TypeScript/React/Next.js code in the Makerkit SaaS architecture. Examples: <example> Context: The user has just written a new React component for user authentication. user: "Create a login form component with email and password fields" assistant: "I'll create a login form component for you." <function call to create component> assistant: "Now let me review this code for quality and best practices using the code-quality-reviewer agent." <commentary> Since new code was just written, proactively use the code-quality-reviewer agent to ensure it meets all standards. </commentary> </example> <example> Context: The user has modified database schema and migrations. user: "Add a new projects table with proper RLS policies" assistant: "I've created the projects table schema and migration." <function call to create schema> assistant: "Let me review these database changes to ensure they follow best practices." <commentary> Database changes were made, so use the code-quality-reviewer to check for security, RLS implementation, and schema design. </commentary> </example> <example> Context: The user has refactored an existing server action. user: "Refactor the updateProfile action to use the new validation schema" assistant: "I've refactored the updateProfile action." <function call to refactor> assistant: "I'll now review the refactored code to ensure it maintains quality standards." <commentary> Code was modified, trigger the code-quality-reviewer to verify the refactoring maintains standards. </commentary> </example>
Use this agent when you need to review code for adherence to project guidelines, style guides, and best practices. This agent should be used proactively after writing or modifying code, especially before committing changes or creating pull requests. It will check for style violations, potential issues, and ensure code follows the established patterns in CLAUDE.md. Also the agent needs to know which files to focus on for the review. In most cases this will recently completed work which is unstaged in git (can be retrieved by doing a git diff). However there can be cases where this is different, make sure to specify this as the agent input when calling the agent. Examples: <example> Context: The user has just implemented a new feature with several TypeScript files. user: "I've added the new authentication feature. Can you check if everything looks good?" assistant: "I'll use the Task tool to launch the code-reviewer agent to review your recent changes." <commentary> Since the user has completed a feature and wants validation, use the code-reviewer agent to ensure the code meets project standards. </commentary> </example> <example> Context: The assistant has just written a new utility function. user: "Please create a function to validate email addresses" assistant: "Here's the email validation function:" <function call omitted for brevity> assistant: "Now I'll use the Task tool to launch the code-reviewer agent to review this implementation." <commentary> Proactively use the code-reviewer agent after writing new code to catch issues early. </commentary> </example> <example> Context: The user is about to create a PR. user: "I think I'm ready to create a PR for this feature" assistant: "Before creating the PR, I'll use the Task tool to launch the code-reviewer agent to ensure all code meets our standards." <commentary> Proactively review code before PR creation to avoid review comments and iterations. </commentary> </example>
This skill should be used when the user asks to 'run pre-push checks', 'check before push', 'what did I forget', 'run quality gate', 'pre-push gate', 'check artifacts', 'check i18n parity', 'check missing tests', or before pushing a feature branch. Analyzes git diff against staging, checks for missing artifacts (pgTAP tests, i18n translations, data-test attributes, schema sync, unit tests, E2E coverage), and optionally dispatches agents to generate fixes.
Comprehensive PR review using specialized agents including forgeweb-specific checks for MakerKit/Next.js/Supabase. Use when reviewing code quality before merge, after push, or when user requests code review.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Interne Claude Code Plugins von lets-forge.
Du brauchst Zugriff auf das private Repo lets-forge/forge-plugins. Stelle sicher, dass du authentifiziert bist:
gh auth login
In Claude Code:
/plugin marketplace add lets-forge/forge-plugins
Danach kannst du die verfuegbaren Plugins durchstoebern und einzeln installieren.
Damit Teammitglieder den Marketplace automatisch angeboten bekommen, lege diese Datei in eurem Projekt-Repo an:
.claude/settings.json
{
"extraKnownMarketplaces": {
"forge-plugins": {
"source": {
"source": "github",
"repo": "lets-forge/forge-plugins"
}
}
}
}
Damit Claude Code in CI-Pipelines auf die Plugins zugreifen kann, setze GITHUB_TOKEN als Environment Variable:
- name: Run Claude Code
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: claude ...
Der Standard-GITHUB_TOKEN von GitHub Actions hat Lesezugriff auf Repos innerhalb der Org. Falls nicht, erstelle ein Fine-grained PAT mit repo Scope und hinterlege es als Repository Secret.
| Plugin | Beschreibung |
|---|---|
| makerkit-review | Code-Quality-Reviewer fuer TypeScript, React, Next.js und Supabase |
Erstelle einen neuen Ordner im Repo-Root mit der Plugin-Struktur:
mein-plugin/
├── .claude-plugin/
│ └── plugin.json
├── agents/
├── commands/
├── skills/
└── README.md
Registriere das Plugin in .claude-plugin/marketplace.json:
{
"name": "mein-plugin",
"description": "Was das Plugin tut",
"source": "./mein-plugin"
}
Commit, push — fertig. Alle Nutzer bekommen das neue Plugin beim naechsten Update.
npx claudepluginhub lets-forge/forge-plugins --plugin forgeweb-reviewCreate GitHub issues from sprint planning documents in the standard forge sprint format.
Hetzner Cloud infrastructure management with hcloud CLI
Makerkit-specific code quality reviewer for TypeScript, React, Next.js, and Supabase architectures
Code review practices with technical rigor and verification gates. Use for receiving feedback, requesting code-reviewer subagent reviews, or preventing false completion claims in pull requests.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Reviews pull request changes to provide feedback, check for issues, and suggest improvements before merging into the main codebase.
24 parallel audit agents + 6 workflow skills for Claude Code. Complete E2E development workflow for solo devs.
Review PR or staged changes via specialist agents. Synthesizes a unified severity-ranked report.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.