github-action

Installation
SKILL.md

GitHub Actions

GitHub Actions 워크플로우 작성, 커스텀 액션, 보안 강화를 위한 종합 가이드입니다.

핵심 철학:

  • 최소 권한 (permissions)
  • SHA 고정 (third-party actions)
  • 재사용 (composite action / reusable workflow)
  • OIDC (secretless cloud auth)
  • 빠른 피드백 (concurrency + path filter + cache)

Instructions

워크플로우: 요청 분석 및 리소스 선택

사용자 요청의 키워드를 분석하여 필요한 리소스만 로드합니다.

키워드 매칭

Installs
2
Repository
ssiumha/dots
GitHub Stars
9
First Seen
Feb 21, 2026
github-action — ssiumha/dots