github-actions
Use when creating GitHub Actions workflows - covers CI/CD, matrix testing, and release automation
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install mcclowes/lea/github-actionsskilz install mcclowes/lea/github-actions --agent opencodeskilz install mcclowes/lea/github-actions --agent codexskilz install mcclowes/lea/github-actions --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/mcclowes/leacp -r lea/.claude/skills/github-actions ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
mastering-github-cli
by SpillwaveSolutions
GitHub CLI (gh) command reference for repository search, code discovery, CI/CD monitoring, workflow authoring, and automation. Triggers on "gh" com...
mastering-github-cli
by SpillwaveSolutions
GitHub CLI (gh) command reference for repository search, code discovery, CI/CD monitoring, workflow authoring, and automation. Triggers on "gh" com...
signal-intel
by gtmagents
Use when consolidating intent, product usage, and third-party signals to prioritize ABM actions.
meal-prep-efficiency-guru
by sandraschi
Expert in batch cooking, meal planning, food storage, and efficient kitchen workflows
Agentic Skill Details
- Repository
- lea
- Stars
- 3
- Type
- Technical
- Meta-Domain
- development
- Primary Domain
- github
- Market Score
- 16
Agent Skill Grade
B Score: 87/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Missing TOC in Long Reference Files
- Workflow Trigger Duplication
- No Numbered Steps for Complex Workflows
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 2026-01-24
Developer Feedback
I was reviewing your github-actions skill and noticed you've got a solid foundation for CI/CD automation—the B grade reflects some strong decisions, though there's room to tighten up the docs and a few edge cases in the implementation.
Links:
The TL;DR
You're at 87/100, solidly in B territory. This is based on Anthropic's best practices for skill architecture. Your Writing Style is actually your strongest pillar at 9/10—the technical voice is clean and imperative throughout. The weaknesses are more structural: your Progressive Disclosure Architecture (23/30) has some duplication between files, and Ease of Use (22/25) is missing workflow steps for complex patterns.
What's Working Well
- Writing style is tight. Purely instructional, no fluff, code-focused with brief explanations. That's exactly what Claude needs.
- Solid trigger coverage. Your skill description hits the right discovery keywords (matrix testing, caching, publishing, release automation), so it'll activate when people actually need it.
- Practical reference depth. You split triggers and secrets into separate files correctly—that's the right layering. Just needs some cleanup.
- Real-world templates. The npm publishing and VSCode extension workflows address actual gaps. That's useful niche work.
The Big One: Reference File Duplication
Your biggest efficiency hit is repeating workflow trigger examples in both SKILL.md (lines 127-138) and references/triggers.md. This breaks the layered structure principle and costs you 2-3 points on Progressive Disclosure.
Fix: In SKILL.md, replace the full trigger examples with a summary line that points to the reference:
## Workflow Triggers
See [references/triggers.md](references/trigg...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.