ccmagic
v3.13.2Dev workflow skills for Claude Code: tracker-aware ticket lifecycle (Linear, GitHub, JIRA), adaptive code review, debugging, design/QA, and git workflow utilities
By Devon HillardLicense: Apache-2.07 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 24 skill or MCP entries
- Source updated
- Sep 26, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install ccmagic for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ccmagic@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/devondragon/ccmagicClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/analyze-impact/SKILL.md├── skills/auto-ticket/SKILL.md├── skills/browser-qa/SKILL.md├── skills/codex-review/SKILL.md├── skills/debug/SKILL.md├── skills/design-explore/SKILL.md├── skills/design-qa/SKILL.md├── skills/doctor/SKILL.md├── skills/finish-ticket/SKILL.md├── skills/help/SKILL.md├── skills/init/SKILL.md├── skills/map-codebase/SKILL.md├── skills/merge/SKILL.md├── skills/pr/SKILL.md├── skills/pr-feedback/SKILL.md├── skills/push/SKILL.md├── skills/quick/SKILL.md├── skills/research/SKILL.md├── skills/review/SKILL.md├── skills/review-ticket/SKILL.md├── skills/settings/SKILL.md├── skills/test/SKILL.md├── skills/validate/SKILL.md└── skills/work-ticket/SKILL.md
Included Skills24
Analyze blast radius and dependencies for a file or feature
Autonomous end-to-end ticket driver. Runs the full work → review → PR-feedback → finish cycle unattended, merging when the work is clean and CI is green, or parking the ticket (needs-human) with a clear note when a decision genuinely requires a human. Detects the tracker (Linear, GitHub Issues, JIRA) and ticket from the argument or current branch.
Systematically QA test a web app in a real browser — find bugs, fix them, verify with screenshots
Multi-model code review (Codex + Gemini + Claude triage) with dimension-focused passes
Systematic debugging with scientific method, parallel investigation, and persistent sessions
Generate multiple distinct design directions, compare in browser, pick a winner before building
Design quality audit — catches AI slop, scores visual polish, fixes issues with atomic commits
Diagnose CCMagic setup issues and validate installation
Closes out a development ticket end-to-end. Detects the tracker (Linear, GitHub Issues, or JIRA) and the ticket from the current branch, sanity-checks the PR, confirms disposition (Done by default, or QA when configured/requested), merges the PR, and updates the ticket with a comment, PR link, and final status.
Interactive help and command reference with examples
Bootstrap ccmagic project config — conventions, branching strategy, knowledge directory, and tracker settings
Analyze existing codebase and document patterns
Safely merge approved PRs with strategy-aware branch handling
Create pull request with platform detection and smart description generation
Review PR comments and plan fixes for valid concerns
Smart commit and push with logical grouping
Execute ad-hoc task without feature overhead
Deep iterative research with parallel exploration, source evaluation, and confidence scoring
Use when the user asks for a code review of a change, diff, branch, or PR, including a diff pasted inline and phrasings like "review this before I open the PR", "can you code review this?", or "look over this change". Auto-routes between a fast inline checklist (QUICK) and the full multi-agent pipeline (DEEP), biased toward depth, with confidence scoring and convention awareness.
Ticket-grounded code review. Fetches the ticket from Linear, GitHub Issues, or JIRA, then runs /ccmagic:review with the ticket scope as the primary intent source. Adds an explicit Ticket-scope drift section (in-scope / out-of-scope / missing-from-ticket).
Configure CCMagic preferences (tracker, QA workflow, ticket regex)
Run tests with framework auto-detection, smart selection, coverage analysis, and failure diagnosis
Pre-commit validation that runs the project's format, lint, type, test, and build checks and reports pass or fail
End-to-end ticket workflow. Detects your tracker (Linear, GitHub Issues, or JIRA), looks up the ticket, assigns it to you, moves it to In Progress, triages the work type, creates a branch, executes the work (delegating to /ccmagic:debug for bugs), validates scope, then commits and opens a PR.
Plugin manifests1
{
"name": "ccmagic",
"description": "Dev workflow skills for Claude Code: tracker-aware ticket lifecycle (Linear, GitHub, JIRA), adaptive code review, debugging, design/QA, and git workflow utilities",
"version": "3.13.2",
"author": {
"name": "Devon Hillard",
"url": "https://github.com/devondragon"
},
"repository": "https://github.com/devondragon/ccmagic",
"license": "Apache-2.0"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[ccmagic on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ccmagic)