Help us improve
Share bugs, ideas, or general feedback.
From synapse-a2a
Perform structured code reviews focusing on correctness, readability, security, and maintainability. Use this skill when reviewing pull requests, evaluating code changes, or establishing review standards for a team.
npx claudepluginhub s-hiraoku/synapse-a2a --plugin synapse-a2aHow this skill is triggered — by the user, by Claude, or both
Slash command
/synapse-a2a:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform structured, actionable code reviews.
Conducts multi-axis code reviews evaluating correctness, readability, architecture, security, and performance before merging changes.
Conducts code reviews of pull requests and changes for correctness, security, performance, and maintainability with actionable feedback grouped by severity levels.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
Perform structured, actionable code reviews.
Review code across these dimensions, in priority order:
security-audit skill for deeper analysisStructure feedback as:
## Review: <PR title or file>
### Must Fix
- [ ] **file.py:42** — [Correctness] Description of the issue and suggested fix
### Should Fix
- [ ] **file.py:78** — [Readability] Description and suggestion
### Consider
- [ ] **file.py:100** — [Performance] Optional improvement
### Positive
- file.py:15 — Good use of context manager for resource cleanup
Severity levels:
| Level | Meaning | Merge? |
|---|---|---|
| Must Fix | Bug, security issue, or broken contract | Block |
| Should Fix | Significant readability/maintainability concern | Request changes |
| Consider | Optional improvement, style preference | Approve with comment |
| Positive | Good patterns worth highlighting | - |