paulund/ai v2.1.0 - GitHub Actions and Claude Code skill
The paulund/ai plugin collection gains a GitHub Actions skill in v2.1.0, covering how to run Claude Code tasks inside CI/CD workflows.
What changed
A single new skill ships in this release: GitHub Actions + Claude Code automation.
The skill covers:
- Setting up Claude Code inside a GitHub Actions workflow
- Authentication (API key management as a repository secret)
- Triggering Claude from CI pipelines, such as running code reviews on pull requests, generating release notes on tag pushes, or automating content tasks on a schedule
- Common workflow patterns for both push-triggered and scheduled runs
Why it matters
Running Claude Code locally is useful, but a lot of the value comes from automating repetitive tasks that currently require manual intervention: reviewing PRs, generating changelogs, refreshing stale documentation, auditing code quality on a schedule. GitHub Actions is where those automations live.
The skill gives Claude the context it needs to set up these workflows correctly rather than guessing at API key names, action versions, or trigger syntax. It's the same knowledge you'd accumulate by reading the Claude Code GitHub Actions documentation, but available directly in your editor session.
If you've looked at workflows like the content-review.yml or monthly-seo-audit.yml patterns and wanted help building something similar, this skill is what you'd install first.
How to upgrade
Update the marketplace and you'll have the new skill available:
/plugin update paulund/ai
No changes to existing plugins in this release.