By dduugg
Code review skills for local changes, PRs, and files — with supplemental checks commonly missed by other tools
Review code from any source: local changes, a pull request, or specific files.
These are additional checks to apply during every code review, covering things commonly missed by standard review tools. This skill is primarily for reviewing Ruby code; some checks are Ruby-specific.
Personal plugin marketplace for Claude Code.
dug-claude-plugins/
├── .claude-plugin/
│ ├── plugin.json # Root marketplace metadata
│ └── marketplace.json # Plugin registry
├── plugins/
│ └── {plugin-name}/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ │ └── {skill-name}/
│ │ └── SKILL.md
│ ├── commands/ # Optional
│ │ └── {command}.md
│ ├── hooks/ # Optional
│ └── README.md
└── scripts/
/plugin marketplace add dduugg/dug-claude-plugins
/plugin install <plugin-name>@dug-claude-plugins
Each plugin follows this layout:
plugins/{plugin-name}/
├── .claude-plugin/
│ └── plugin.json
├── skills/
│ └── {skill-name}/
│ └── SKILL.md
├── commands/ # Optional - flat files: commands/{name}.md
└── hooks/ # Optional
Note:
commands/{name}.mdskills/{name}/SKILL.mdVersions live in .claude-plugin/marketplace.json only (not in individual plugin.json files).
Commits use conventional format: type(scope): description
feat(my-plugin): add new skill # → minor bump
fix(my-plugin): fix edge case # → patch bump
chore: update deps # → no bump
Use ./scripts/bump-version.sh to bump plugin versions.
./bin/test-claude # Setup isolated config and run claude
./bin/test-claude --clean # Reset test config
MIT
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.
npx claudepluginhub dduugg/dug-claude-plugins --plugin code-reviewComprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Review pull requests with structured analysis and approve with confidence
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.
PR review, interactive git diff annotation review, and writing style guide
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses