From cubic
Surfaces the team's coding patterns and conventions learned by cubic from senior reviewer feedback and codebase analysis. Use when the user is writing code, asking about team standards, or wondering "how does this team do X".
How this skill is triggered — by the user, by Claude, or both
Slash command
/cubic:review-patternsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Surface the team's coding conventions and review preferences from cubic's learned patterns.
Surface the team's coding conventions and review preferences from cubic's learned patterns.
git remote get-url origin
Extract the owner and repo name.
Call list_learnings with the owner and repo.
Match learning categories to the user's current task:
If a specific learning is highly relevant, call get_learning for full details including the original review feedback that generated it.
Present learnings as team preferences, not rigid rules. Group related learnings and include confidence levels.
## Team Patterns for this repo
### Error Handling (High Confidence)
- **Always wrap external API calls in try/catch** — The team prefers explicit error
handling over global middleware. Learned from senior reviewer feedback.
- **Use custom error classes** — Throw `AppError` subclasses, not raw `Error`.
### Naming (Medium Confidence)
- **Boolean variables use `is`/`has` prefix** — e.g., `isActive`, `hasPermission`.
### Testing (High Confidence)
- **Integration tests for all API endpoints** — Unit tests alone are not sufficient
for route handlers.
_3 learnings from senior reviewer analysis · 1 from user feedback_
If no learnings exist, explain that cubic learns patterns over time from senior reviewer feedback.
npx claudepluginhub mrge-io/skills --plugin cubicProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.