Ccpp banner
iammattq iammattq

Ccpp

Testing community

Description

--- description: Run checks (lint, type, test), commit, push, and create PR argument-hint: [commit-message] --- # Check, Commit, Push, PR Complete the development cycle: run quality checks, commit changes, push branch, and create a pull request. ## Current State - Branch: !`git branch --show-current` - Status: !`git status --short` ## Process ### Stage 1: Quality Checks Run available checks based on project setup: ``` If package.json exists: - npm run lint (if script exists) - npm ru

Installation

Installs to ~/.claude/skills/iammattq-intents-plugin-ccpp/SKILL.md

Terminal
mkdir -p ~/.claude/skills/iammattq-intents-plugin-ccpp && curl -fsSL https://raw.githubusercontent.com/iammattq/intents-plugin/HEAD/commands/ccpp.md -o ~/.claude/skills/iammattq-intents-plugin-ccpp/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository