Chewiesoft Marketplace
Skills and commands for Claude Code — CI/CD, code review, deployments, releases, and more.

Installation · Plugins · Auto-updates · Team Distribution · References
A curated plugin marketplace for Claude Code by Chewiesoft. Each plugin packages production-ready skills and commands that integrate directly into your Claude Code workflow — no configuration needed beyond install.
Installation
# Add the marketplace (pick one)
/plugin marketplace add j0ruge/skills_commands_manager # via GitHub
/plugin marketplace add [email protected]:j0ruge/skills_commands_manager.git # via SSH
Then install any plugin:
/plugin install codereview # or: cicd, deploy, release, statusline, dotnet-wpf
[!TIP]
Keep plugins up to date with a single command:
/plugin marketplace update
Available Plugins
| Plugin | Version | Category | Description |
|---|
| cicd | 2.3.0 | Development | CI/CD troubleshooting for GitHub Actions, Docker, GHCR, and self-hosted runners |
| codereview | 1.4.0 | Quality | Pre-PR code review with severity grading (A-F), TOCTOU detection, accessibility, and CodeRabbit PR resolver |
| deploy | 1.4.0 | Development | Automated staging deployment with pre-flight checks and pipeline monitoring |
| release | 1.3.0 | Development | GitHub Release creation with categorized notes, multi-stack and monorepo support |
| statusline | 1.3.0 | Customization | Interactive status line setup — cross-platform (Bash + PowerShell), 9 sections |
| dotnet-wpf | 1.1.0 | Development | WPF toolkit — project audit, Fluent Design guide (90+ controls), MVVM migration, E2E testing |
Plugin Details
cicd — CI/CD Troubleshooting & Configuration
Unified troubleshooting and pipeline configuration for GitHub Actions, Docker, GHCR, and self-hosted runners. Auto-detects backend (Prisma/Biome) or frontend (Vite) projects and routes to specific references.
| Skill | Description |
|---|
/cicd | Troubleshoots and configures CI/CD pipelines — 30+ scenarios, 25 lessons learned |
Highlights: project-type detection, tagged troubleshooting ([S] shared / [B] backend / [F] frontend), Jest OOM fixes, Biome 2.x migration, stale Docker image cache handling.
codereview — Automated Code Review
Stack-agnostic pre-PR code review built on The Zen of Python as a universal analysis framework. Five principles — readability, explicitness, simplicity, flatness, and error handling — applied as analysis lenses to any codebase.
| Skill | Description |
|---|
/codereview | Full pre-PR review — diffs against base branch, severity-rated findings (CRITICAL → LOW), final grade (A-F) |
/codereview:coderabbit_pr | Resolves CodeRabbit bot comments on a GitHub PR — extracts, triages, fixes, runs regression tests, resolves GitHub conversations |
Analysis layers: Bug Detection · Security · Performance · Type Safety · Test Coverage · Documentation Sync · Race Conditions (TOCTOU) · Accessibility · Data Integrity
Framework presets: react (default) · vue · angular · node · dotnet · generic
deploy — Automated Deployments
Automated deployment commands for staging and production pipelines via CD.
| Command | Description |
|---|
/deploy:staging | Syncs main ↔ develop, merges current branch, pushes to trigger CD Staging pipeline |
Highlights: auto-detects branch flow (develop vs feature), pre-flight checks (ESLint, TypeScript, Jest), pipeline monitoring via gh run watch.
release — GitHub Release Automation
Auto-generates categorized release notes from git history and creates a GitHub Release via gh CLI.
| Command | Description |
|---|
/release:release [VERSION] [--path DIR] | Generates release notes and creates a GitHub Release |
Multi-stack: C#/.NET · Node.js · Go · Rust · Python
Monorepo: --path filter scopes commits to subdirectories
Contributors: resolved via GitHub API with org membership cross-reference
statusline — Status Line Customization