By dapi
Automate iterative PR reviews and autofix loops across Ruby, Node, Python, Go, and Rust — reviewing git diffs, fixing issues above a criticality threshold using auto-detected test/lint commands, and repeating until clean, with optional Codex integration.
Standalone code review via OpenAI Codex CLI. Reviews current branch diff against base branch and outputs structured findings.
Iterative PR review + autofix loop. Reviews code, fixes issues above criticality threshold, repeats until clean. Supports Ruby, Node, Python, Go, Rust with auto-detected test/lint commands.
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.
Personal marketplace of Claude Code plugins for development workflows.
# Add marketplace
/plugin marketplace add dapi/claude-code-marketplace
# Install plugins
/plugin install github-workflow@dapi
/plugin install bugsnag-skill@dapi
# etc.
| Plugin | Description | Components |
|---|---|---|
| bugsnag-skill | Bugsnag API integration: errors, organizations, projects | 1 skill |
| cluster-efficiency | Kubernetes cluster efficiency analysis | 5 agents, 1 skill, 1 command |
| doc-validate | Documentation quality validation | 1 skill, 1 command |
| github-workflow | GitHub issues, PRs, worktrees, sub-issues | 1 skill, 2 commands |
| himalaya | Email via Himalaya CLI (IMAP/SMTP) | 1 skill |
| long-running-harness | Multi-session project management | 1 skill |
| media-upload | S3 media/image upload | 1 skill |
| requirements | Requirements registry via Google Sheets | 1 command |
| spec-reviewer | Specification review and analysis | 10 agents, 1 skill, 1 command |
| task-router | Smart task classification and workflow routing | 1 agent, 1 skill, 1 command |
| zellij-workflow | Zellij workflow: tab status, issue dev tabs, Claude session tabs | 2 skills, 2 commands, hooks |
GitHub workflow: issues, PRs, worktrees, sub-issues.
Components: skill github-issues, command /start-issue
/start-issue https://github.com/owner/repo/issues/123
"read issue #45"
"create sub-issue for #123"
Unified Zellij workflow: tab status indicators, issue development tabs, general-purpose tabs/panes.
Components: skill zellij-tab-pane, commands /start-issue-in-new-tab, /run-in-new-tab, hooks
Status icons: ◉ Working | ○ Ready | ✋ Needs input (requires zellij-tab-status)
/start-issue-in-new-tab 123
/run-in-new-tab Execute plan from docs/plans/audit-plan.md
"start issue #45 in new tab"
"execute plan in a new zellij tab"
Bugsnag API integration: view and manage errors, organizations, projects.
Components: skill bugsnag
Requires: BUGSNAG_DATA_API_KEY, BUGSNAG_PROJECT_ID
"show bugsnag errors"
"bugsnag details for error_123"
"ошибки bugsnag"
Iterative PR review + autofix loop for Ruby/Rails projects.
Components: commands /pr-review-fix-loop, /codex-pr-review
Requires: plugins ralph-loop, pr-review-toolkit, feature-dev; codex CLI (optional)
/pr-review-fix-loop
/pr-review-fix-loop --codex --rubocop --auto-commit
/codex-pr-review
Specification review: analyze specs for gaps, inconsistencies, and scope estimation.
Components: command /spec-review, 10 agents
Agents: classifier, analyst, api, ux, data, infra, test, scoper, risk, ai-readiness
/spec-review path/to/spec.md
"проверь спецификацию docs/spec.md"
Smart task classification and workflow routing. Fetches task from URL, classifies complexity, and routes to the optimal development workflow.
Components: command /route-task, skill task-routing, agent task-classifier
Requires: plugins feature-dev, superpowers
| Complexity | Route |
|---|---|
| S/M | feature-dev |
| L/XL (clear architecture) | subagent-driven-dev |
| L/XL (needs research) | needs-spec + brainstorming |
/route-task https://github.com/org/repo/issues/42
/route-task https://docs.google.com/document/d/1abc/edit
"take task #123"
"реализуй по спеке https://..."
Kubernetes cluster efficiency analysis: resource utilization, Karpenter, OOM, workloads.
Components: command /cluster-efficiency, skill cluster-efficiency, 5 agents
Agents: orchestrator, node-analyzer, workload-analyzer, karpenter-analyzer, oom-analyzer
/cluster-efficiency
"проанализируй эффективность кластера"
Documentation quality validation: broken links, orphan docs, glossary, structure.
Components: command /doc-validate, skill doc-validate
/doc-validate docs/
"validate docs"
"проверь документацию"
Upload images and media files to S3. Auto-triggers after Playwright screenshots.
Components: skill media-upload
"upload image to s3"
"загрузить файл в s3"
Manage long-running development projects across multiple sessions.
Components: skill long-running-harness
"start new project [description]"
"continue working on [project]"
Email via Himalaya CLI (IMAP/SMTP).
Components: skill himalaya
npx claudepluginhub dapi/claude-code-marketplace --plugin pr-review-fix-loopEmail via Himalaya CLI (IMAP/SMTP)
Kubernetes cluster efficiency analysis: resource utilization, Karpenter, OOM, workloads
Documentation quality validation: broken links, orphan docs, glossary, structure
Zellij workflow: tab status indicators, issue development tabs, general-purpose tabs/panes
Bugsnag API integration: view and manage errors, organizations, projects
Review pull requests with structured analysis and approve with confidence
GitHub workflow: issues, PRs, worktrees, sub-issues
Automated code review for pull requests using multiple specialized agents with confidence-based scoring
Multi-lens code review pipeline: deep review (Claude or Codex), automated fix loop, interactive walkthrough, manual promote, external-finding injection.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
this is to analyze the PRs and solve the requested changes in them