DOCS/skills/gitea/SKILL.md
happybell80 3b9f8a8206 docs: SKILL.md runtime frontmatter 추가 + calendar 통합 + 머지충돌 해소
- 전 스킬 SKILL.md에 runtime (kind, service_url_env) frontmatter 추가
- calendar-delete/event/query 3분할 → skill-calendar 단일 스킬로 통합
- general_chat 스킬 신규 추가
- goosefarm-query, skill-translate 머지 충돌 마커 제거
- 용어집 정리

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 07:06:21 +09:00

1.2 KiB

name, description, runtime
name description runtime
gitea Gitea/GitHub 레포/이슈/PR 관리. "이슈 만들어", "PR 목록", "GitHub 레포" 등 Git 호스팅 관련 요청 시 사용. provider 파라미터로 gitea/github 전환.
kind service_url_env
external_http SKILL_GITEA_URL

gitea

Gitea 저장소, 이슈, PR 조회 및 생성용 스킬.

Trigger

  • git_issue: 이슈 조회, 이슈 만들어
  • git_pr: PR 조회, PR 목록
  • "PR 목록", "이슈 만들어", "레포 목록"
  • "GitHub 이슈", "GitHub PR", "깃허브 레포"
  • provider=gitea (기본) 또는 provider=github

Do

  • 레포 목록 조회
  • 이슈 조회 및 생성
  • PR 조회

Do Not

  • force push 수행 금지
  • 브랜치 삭제 금지
  • 직접 코드 수정 금지

API

base_url_env: SKILL_GITEA_URL routes: list_repos: method: GET path: /api/gitea/repos list_issues: method: GET path: /api/gitea/issues create_issue: method: POST path: /api/gitea/issues list_pulls: method: GET path: /api/gitea/pulls get_pull: method: GET path: /api/gitea/pulls/{number}

환경변수