github-actions
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
More from luisurrutia/skills
commit
Create git commits with conventional commit messages. ALWAYS use this skill when committing code - whether user-requested or after completing a task. Triggers on "commit", "/commit", "make a commit", "git commit", "save changes", or any request to commit. Accepts optional context argument for commit message guidance.
9pr
Create or update GitHub pull requests. Use when user says "pr", "/pr", "create pr", "open pr", "pull request", or asks to submit changes for review. Requires gh CLI.
8daily-meeting-update
Summarize recent development activity
4business-startup-analyst
End-to-end startup and business analysis for turning one idea into a structured decision-ready case. Use when users ask to validate a startup idea, size a market (TAM/SAM/SOM), analyze competitors, define pricing and unit economics, build go-to-market strategy, estimate financial scenarios, or decide go/no-go. Especially useful when the user wants one or multiple output files (memo, analysis pack, investor-style brief, execution plan) for a single startup concept.
1