
Code Review
- 1 repo stars
- Updated December 7, 2025
- teetsh-org/claude-skills
Bespoke Teetsh Code review command & skills
About
code-review is a Claude Code skill in the Code Review & Quality category. Bespoke Teetsh Code review command & skills
- code-review
- Code Review & Quality
- AI-coding skill
Code Review by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add teetsh-org/claude-skills/plugin install code-review@teetsh-claudeAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | December 7, 2025 |
| Repository | teetsh-org/claude-skills ↗ |
What it does
Bespoke Teetsh Code review command & skills
README.md
Teetsh Skills
Teetsh's own Claude Skills marketplace for specialized tasks.
Installation
Add this marketplace to Claude Code:
# In Claude Code, add marketplace
/plugin marketplace add teetsh-org/claude-skills
Then install the plugin (skills are included):
/plugins install review-skills
/plugins install code-review
Available Skills
frontend-code-review
Teetsh frontend code review for React/TypeScript PRs. Reviews component architecture, React Query, twin.macro styling, i18n, accessibility, responsive design, and testing. Use for PR reviews to ensure adherence to Teetsh patterns.
Keywords: react, typescript, code-review, frontend, testing, accessibility
golang-code-review
Comprehensive Go code review skill for PR reviews, architecture assessment, and test quality analysis. Ensures adherence to Go best practices, security standards, and project-specific patterns.
Keywords: go, golang, code-review, security, testing, architecture
Repository Structure
.claude-plugin/
└── marketplace.json # Marketplace definition
plugins/
└── review-skills/
├── .claude-plugin/
│ └── plugin.json # Plugin definition
├── skills/
│ ├── frontend-code-review/
│ │ ├── SKILL.md # Skill definition
│ │ └── references/ # Reference docs
│ └── golang-code-review/
│ ├── SKILL.md # Skill definition
│ └── references/ # Reference docs
└── commands/ # Slash commands
Contributing
Add new skills by creating PR with:
- Create skill directory under
plugins/review-skills/skills/<skill-name>/ - Add
SKILL.mdwith frontmatter (name, description) - Include any reference materials in
references/ - Update README to list the new skill
- Skills are auto-discovered, no need to update marketplace.json or plugin.json