mrge-io/cubic-claude-plugin Skills
(4)Browse AI agent skills from mrge-io/cubic-claude-plugin for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
codebase-context
mrge-io/cubic-claude-plugin
Use when the user asks about codebase architecture, "how does X work", system design, onboarding to a project, or needs context about how parts of the codebase connect. Queries cubic's AI Wiki for the current repository to provide architectural context.
review-and-fix-issues
mrge-io/cubic-claude-plugin
Use when the user says "check cubic comments", "cubic issues", "cubic feedback", "cubic code review", "fix issues", "address review", or is working on a pull request branch with open review comments. Fetches all PR issues from cubic, investigates each one, and reports back which are worth fixing before taking action.
review-patterns
mrge-io/cubic-claude-plugin
Use when the user is writing code, reviewing code, asking about code quality standards, or wondering "what does this team care about in reviews". Pulls team-specific review learnings from cubic to apply the team's coding conventions and review preferences.
run-review
mrge-io/cubic-claude-plugin
Use when the user says "review my code", "check my changes", "run a review", "anything I should fix before merging", or wants a pre-commit or pre-PR quality check on local changes. Runs a headless cubic AI code review using the CLI and surfaces issues grouped by priority.