skills
Automate changelogs, PR reviews, merge conflicts, and release announcements
All Skills in This Repository (6)
Pure Emerald Level Indicatorsagent-change-walkthrough
Generate narrative walkthroughs of AI-authored code changes with annotated diffs.
pr-learning
Mines GitHub PR review feedback into ranked, deduplicated Rule and Learning candidates with provenance tracking.
changelog-updater
Update CHANGELOG.md with categorized release notes from git commit history.
reconcile-merge-conflicts
Resolve Git merge and rebase conflicts with a confidence-ranked audit report.
release-tweet
Draft a release announcement tweet from GitHub release notes with contributor handles.
pr-comment-resolution
Audit and resolve GitHub pull request review comments with evidence-based classification.
Frequently Asked Questions
FAQPage SchemaHow to install cameroncooke skills?โผ
Run `npx skills add cameroncooke/skills --all -g -y` in your terminal to install all skills globally. You can also copy individual skill folders into your agent's skills directory.
How to automate changelog writing from git history?โผ
The changelog-updater skill compares commits since the latest tag, clusters them by user outcome, and writes concise Added, Changed, Fixed, and Breaking sections with contributor attribution.
Can it resolve merge conflicts automatically?โผ
Yes. The reconcile-merge-conflicts skill detects active merge or rebase states, resolves conflicts file-by-file while preserving intent from both branches, and produces a confidence-ranked audit report.
How does it handle PR review comments?โผ
The pr-comment-resolution skill collects review feedback via the GitHub CLI, classifies each item as valid, invalid, or out-of-scope with code evidence, then applies approved fixes and posts replies.
Do these skills work with Claude Code and other agents?โผ
Yes. Each skill is a self-contained SKILL.md folder that works with Claude Code, Codex, and any agent that reads standard skill files.
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