Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.
code-review-excellence
code-review-excellence is an open-source workflow skill for Claude Code and compatible agents, published by wshobson. Its author describes it as: “Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, o…”. The project has 38k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add wshobson/agents`.
Installation
Add code-review-excellence to your agent with:
/plugin marketplace add wshobson/agents Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for code-review-excellence when you want workflow help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in wshobson/agents, an established project with 38,469 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does code-review-excellence do?
- Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.
- How do I install code-review-excellence?
- Run /plugin marketplace add wshobson/agents in your agent, then reload your skills. Review the source at https://github.com/wshobson/agents before installing.
- Is code-review-excellence free to use?
- Yes. code-review-excellence is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does code-review-excellence come from?
- code-review-excellence ships inside wshobson/agents, a repository that contains 53 catalogued skills in total. The repository's 38,469 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Workflow →Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues, or ensuring assistive technology support.
Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.