github-actions

3 stars
16
B

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-actions
skilz install mcclowes/lea/github-actions --agent opencode
skilz install mcclowes/lea/github-actions --agent codex
skilz install mcclowes/lea/github-actions --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/mcclowes/lea
2. Copy the agent skill directory:
cp -r lea/.claude/skills/github-actions ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

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

Spec Compliance
12/15
PDA Architecture
23/30
Ease of Use
22/25
Writing Style
9/10
Utility
18/20
Modifiers: +3

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...

Report Security Issue

Found a security vulnerability in this agent skill?