cameroncookecameroncookeCommunityยท6 Agent Skills Included

skills

Automate changelogs, PR reviews, merge conflicts, and release announcements

Automates repetitive developer workflows around releases, code review, and team knowledge sharing. Writes user-facing changelogs from git history, resolves merge conflicts safely, audits PR review comments with evidence, and removes overengineered code before merge. Also drafts release announcement tweets and turns PR feedback into reusable team rules, eliminating hours of manual review and writing work.
npx skills add cameroncooke/skills --all -g -y
Available:

Instructs the agent to validate any changed skill with skill-check and skills-ref before finishing, and to use npx and uv for running validation commands.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’