Skip to content

feat: add Claude Code plugin for GitHub Actions version checking - #3

Merged
llimllib merged 2 commits into
mainfrom
feat/claude-code-plugin
Jan 29, 2026
Merged

feat: add Claude Code plugin for GitHub Actions version checking#3
llimllib merged 2 commits into
mainfrom
feat/claude-code-plugin

Conversation

@llimllib

@llimllib llimllib commented Jan 29, 2026

Copy link
Copy Markdown
Owner

Summary

Adds a Claude Code plugin that helps ensure GitHub Actions in workflow files use up-to-date versions.

Changes

  • Created plugin structure at plugin/github-actions-version-check/
  • Added .claude-plugin/marketplace.json so the repo can be used as a plugin marketplace
  • Included a PreToolUse hook that checks for GITHUB_TOKEN before running aver commands
  • Updated root README with plugin installation instructions

Plugin Features

  • Skill: Automatically activates when working with GitHub Actions workflow files
  • Hook: Blocks aver commands if GITHUB_TOKEN is not set, with a helpful error message

Installation

/plugin marketplace add llimllib/aver
/plugin install github-actions-version-check@aver

Transcript

AI session transcript

- Create plugin structure at plugin/github-actions-version-check/
- Add marketplace.json so repo can be used as a plugin marketplace
- Include PreToolUse hook that checks for GITHUB_TOKEN before running aver
- Update root README with plugin installation instructions

Installation:
  /plugin marketplace add llimllib/aver
  /plugin install github-actions-version-check@aver
@llimllib
llimllib merged commit 8a271b6 into main Jan 29, 2026
1 check passed
@llimllib
llimllib deleted the feat/claude-code-plugin branch January 29, 2026 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant