github-actions

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Context

  • Workflow files: !ls .github/workflows/ 2>/dev/null

Note: Read specific workflow files as needed before making changes.

Key Principles

  • Fail Fast: Run quickest checks first (linting before tests)
  • Parallel Execution: Run independent jobs concurrently
  • Caching: Reuse dependencies and build artifacts
  • Incremental: Only test/build what changed
  • Idempotent: Same input produces same output

Quick Reference

Related skills
Installs
8
GitHub Stars
1
First Seen
Feb 9, 2026