cc-thingz
Code review, planning, brainstorming, and release workflow plugins
All Skills in This Repository (13)
Pure Emerald Level Indicatorsnew
Automate release creation and publishing across GitHub, GitLab, and Gitea.
last-tag
Identify commits since the latest Git tag and format them into a table.
clarify
Verify user intent and explain actual behavior with code and documentation evidence.
txt-copy
Copy generated text to the clipboard via a timestamped temporary file.
learn
Captures strategic session insights and formats them into CLAUDE.md.
wrong
Re-analyze stalled problems and generate 2-3 alternative approaches with trade-offs.
md-copy
Format the session's final answer into markdown and copy it to the clipboard.
root-cause-investigator
Identify root causes of software errors using a structured 5-Why methodology.
dialectic
Run two opposing agents to gather supporting and opposing evidence with file-line citations.
git-review
Capture cleaned Git diffs and collect inline annotations in an editor.
writing-style
Enforce a strict, no-fluff writing style for engineering PRs, code reviews, and tickets.
pr
Analyze pull request diffs and discussions to surface code quality issues.
Frequently Asked Questions
FAQPage SchemaHow to install cc-thingz?▼
Run `npx skills add umputun/cc-thingz --all -g -y` in your terminal to install all plugins in this collection globally.
What does cc-thingz do?▼
It bundles seven plugins covering PR review, interactive diff annotation, structured planning, autonomous plan execution, brainstorming, root-cause analysis, and release automation.
How to review a pull request with cc-thingz?▼
Invoke the review skill with a PR number and it fetches metadata, runs tests and linters in a worktree, detects scope creep, and drafts a review comment for your approval.
Can cc-thingz create releases automatically?▼
Yes. The release-tools plugin detects GitHub, GitLab, or Gitea, calculates the next semantic version, generates release notes from merged PRs, and updates the changelog after your confirmation.
Does cc-thingz work without coding experience?▼
Basic Git and terminal familiarity helps, but each skill guides you step by step with questions and previews before making any changes.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core