CtrlK
BlogDocsLog inGet started
Tessl Logo

github-actions-templates

Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.

60

Quality

70%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./skills/github-actions-templates/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

57%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The content is a well-stocked catalog of concrete, executable GitHub Actions workflow templates, but it is padded with generic boilerplate, lacks validation feedback loops around destructive deployments, and inlines everything rather than splitting detailed patterns into referenced files.

Suggestions

Remove the generic 'Instructions' boilerplate and the redundant 'Do not use this skill when'/'Use this skill when' sections that restate the frontmatter description.

Add explicit post-deploy validation/verification feedback loops (validate -> fix -> retry) to the Kubernetes and production deployment workflows, since these are destructive operations.

Split the larger workflow patterns into separate reference files under references/ and link to them one level deep from SKILL.md to improve progressive disclosure.

DimensionReasoningScore

Conciseness

The body is mostly lean YAML code, but sections like 'Instructions' ('Clarify goals... Apply relevant best practices and validate outcomes') and the redundant 'Do not use this skill when'/'Use this skill when' blocks are generic boilerplate Claude does not need, matching 'mostly efficient but includes some unnecessary explanation'; it is not 4 because the filler is more than minor.

3 / 5

Actionability

It provides multiple copy-paste-ready executable workflow files (Test, Docker build/push, matrix build, security scan), matching 'mostly executable guidance; concrete code with minor gaps'; it is not 5 because the production-deploy example uses a placeholder ('echo Deploying to production... # Deployment commands here') rather than real commands.

4 / 5

Workflow Clarity

The skill is a pattern catalog without a sequenced procedural workflow, and the destructive deploy workflows lack validation/verification feedback loops, which per the rubric caps this dimension at 3; it is not lower because individual patterns do present a rough step sequence, and not higher because of the missing validation checkpoints for destructive operations.

3 / 5

Progressive Disclosure

No bundle files exist and the entire ~330-line catalog is inlined in SKILL.md with decent section headers, but content that could live in separate reference files (e.g., per-pattern files) is all inline with no one-level-deep references, matching 'some structure but could be better organized; content that should be separate is inline'; it is not 4 because nothing is split across files despite the length.

3 / 5

Total

13

/

20

Passed

Description

83%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is strong: it clearly states what the skill does and when to use it with concrete, natural trigger phrases scoped to GitHub Actions. Minor improvements would be tighter action coverage and more synonyms/file extensions for trigger terms.

DimensionReasoningScore

Specificity

The description names the domain ('GitHub Actions workflows') and several concrete actions ('automated testing, building, and deploying applications'), matching the 'lists several specific actions; minor gaps' anchor; it falls short of 5 because coverage is not comprehensive (e.g., no mention of security scanning or matrix builds) and 'production-ready' is mild buzzword padding.

4 / 5

Completeness

It explicitly answers both 'what' ('Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications') and 'when' ('Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates') with concrete trigger phrases, matching the top anchor exactly; it is not lower because both elements are clearly and explicitly present.

5 / 5

Trigger Term Quality

It includes natural trigger phrases users would say ('CI/CD with GitHub Actions', 'automating development workflows', 'reusable workflow templates'), giving good keyword coverage; it stops short of 5 because synonyms and file extensions (e.g., '.yml', '.yaml', 'workflows') are not comprehensively covered.

4 / 5

Distinctiveness Conflict Risk

The 'GitHub Actions' niche is distinct with specific triggers, but 'automating development workflows' is broad enough to create minor overlap risk with general CI/CD or deployment-pipeline skills, so it sits at 'mostly distinct; minor overlap risk' rather than 5.

4 / 5

Total

17

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
rmyndharis/antigravity-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.