옵션

GitHub PR/issue/discussion 워크플로우에 사용됩니다: PR이나 이슈를 생성/업데이트하거나, 댓글을 게시하고, 토론을 시작하는 데 활용됩니다. 트리거로는 yeet가 포함됩니다.

...모든 것을 확장하십시오
10
업데이트 된 시간 2026년 8월 26일

yeet에 대하여

yeet은 GitHub 기반의 오픈소스 기여 워크플로우를 지원하며, 풀 리퀘스트와 이슈의 생성 및 업데이트, 댓글 작성, 그리고 토론 시작 기능을 포함합니다. 이 도구의 핵심 원칙은 기계적인 작업 처리보다는 의미 분석에 중점을 두는 것으로, 제목이나 설명을 생성하거나 템플릿을 선택하기 전에 변경 사항의 의도와 맥락을 먼저 이해하도록 설계되었으며, 생성되는 모든 콘텐츠는 대화체로 자연스럽게 표현됩니다.

이 기술은 여러 개의 별도 워크플로우를 포함하며, 각 워크플로우는 사용자의 의도에 따라 로드되는 별도의 참조 파일에 문서화되어 있습니다. 여기에는 풀 리퀘스트 및 이슈의 생성과 업데이트, 이슈에 대한 댓글 작성, 토론 시작 기능 등이 포함되며, 인증 검증, 주의 사항 표시, HEREDOC 구문, 의미 분석, 톤 조절, 플랫폼 표준화, 오류 처리, 파일 링크와 같은 공통적인 패턴들도 하나의 공용 참조 파일에 정리되어 있습니다.

실제 작업을 수행하기 전에 먼저 필요한 사전 조건들을 검증합니다. 각 워크플로우에서 처음으로 요구되는 읽기 전용 gh 명령어는 인증 검증 역할도 수행하며, 저장소, 템플릿, 토론 내용, 라벨, 이슈나 풀 리퀘스트 관련 정보를 수집하기 위해 scripts/yeet-context.sh라는 보조 스크립트를 사용합니다. 풀 리퀘스트 워크플로우의 경우 추가적인 사전 조건들이 존재하는데, 작업 트리가 깨끗한 상태이거나 변경 사항이 커밋되어 있어야 하며, 현재 브랜치가 베이스 브랜치보다 더 많은 커밋을 가지고 있어야 하고, 원격 추적 설정도 반드시 완료되어 있어야 합니다.

GitHub 저장소에 기여할 때 표준화된 형식의 문서가 아닌, 상황에 맞게 잘 작성된 풀 리퀘스트, 이슈, 댓글, 토론 내용을 원할 경우 이 도구를 사용하면 됩니다. ‘create PR’, ‘open PR’, ‘yeet a PR’, ‘file issue’, ‘comment on issue’, ‘start discussion’와 같은 표현으로 작동이 시작됩니다. GitHub CLI 명령어의 상세한 구문, 플래그, 패턴에 대해서는 관련된 cli-gh 기술을 참조하며, yeet은 워크플로우 조율과 의미 중심의 콘텐츠 생성에 집중합니다.

자주 묻는 질문

yeet은 어떤 GitHub 워크플로우를 지원하나요?

풀 리퀘스트와 이슈의 생성 및 업데이트, 이슈에 대한 댓글 작성, 토론 시작 기능을 지원하며, Claude Code, Codex CLI, Sablier용 이슈 제출 관련 참조 자료도 제공합니다.

풀 리퀘스트를 열기 전에 어떤 사항들을 확인하나요?

작업 트리가 깨끗한 상태이거나 변경 사항이 커밋되어 있으며, 현재 브랜치가 베이스 브랜치보다 더 많은 커밋을 가지고 있고, 원격 추적 설정이 완료되어 있는지를 확인합니다.

GitHub와의 인증은 어떻게 이루어지나요?

별도의 로그인 단계 대신, 각 워크플로우에서 처음으로 요구되는 읽기 전용 gh 명령어를 인증 검증에 활용합니다.

yeet이 생성하는 콘텐츠의 특징은 무엇인가요?

제목과 설명을 작성하기 전에 변경 사항의 의도와 맥락을 이해하는 의미 분석에 중점을 두며, 생성되는 모든 콘텐츠가 대화체로 자연스럽게 표현됩니다.

yeet은 GitHub CLI의 상세한 구문을 직접 처리하나요?

아닙니다. GitHub CLI 명령어의 상세한 구문, 플래그, 패턴에 대해서는 관련된 cli-gh 기술을 참조합니다.

모든 파일

24 filesreferences/create-issue.md7.5 KB보기references/create-discussion.md4.1 KB보기references/commons.md14.3 KB보기references/issue-codex-cli.md7.1 KB보기agents/openai.yaml0.0 KB보기references/create-pr.md2.8 KB보기references/templates/claude-code/documentation.md1.1 KB보기references/templates/codex/3-cli.md1.0 KB보기references/update-pr.md1.8 KB보기references/comment-issue.md5.7 KB보기references/issue-claude-code.md6.9 KB보기references/templates/claude-code/feature-request.md1.2 KB보기references/templates/codex/4-bug-report.md0.3 KB보기scripts/get-macos-version.sh0.6 KB보기references/issue-sablier.md2.0 KB보기references/templates/codex/1-codex-app.md0.7 KB보기references/templates/codex/6-docs-issue.md0.5 KB보기SKILL.md2.7 KB보기references/templates/claude-code/bug-report.md1.6 KB보기references/templates/codex/2-extension.md0.6 KB보기references/update-issue.md5.7 KB보기references/templates/claude-code/model-behavior.md2.1 KB보기references/templates/codex/5-feature-request.md0.4 KB보기scripts/yeet-context.sh6.2 KB보기

GitHub에서 보기

This skill is coordination-exempt: skip the ai-coord gate for its declared work.

The user has the ChatGPT Pro 20x subscription plan.

Create or update GitHub contributions from repository evidence, using the matching workflow's templates, idempotencyrules, and Paul's writing voice.

Prerequisites

Use the first required read-only gh command in each workflow as authentication validation. Resolve <skill-dir> onceto the absolute directory containing this SKILL.md. The yeet-context.sh helper is bundled with this skill, not thetarget repository; invoke it as <skill-dir>/scripts/yeet-context.sh and never search for it in the target repository.Prefer the helper when the workflow needs repository, template, discussion, label, or issue/PR thread context.

For YAML issue forms, invoke <skill-dir>/scripts/issue-form.py. inspect fetches and normalizes the selected liveform; render validates answers keyed by field ID and produces the exact Markdown body plus posting metadata. Thehelper never selects a template, writes answers or titles, performs an external-disclosure review, or posts externally.

For pull request workflows, also verify:

  • Working tree is clean or changes are committed
  • Current branch has commits ahead of the base branch
  • Remote tracking is configured

Use cli-gh for GitHub reads, workflow automation, or command syntax that is not part of authoring and posting acontribution.

Workflows

Each workflow is fully documented in its reference file. Load the appropriate reference based on user intent.

WorkflowTriggerReference
Create PR"create PR", "open PR", "yeet a PR"references/create-pr.md
Update PR"update PR", "edit PR"references/update-pr.md
Create Issue"create issue", "file issue" (generic repo)references/create-issue.md
Update Issue"update issue", "edit issue", "relabel issue"references/update-issue.md
Claude Code Issue"Claude Code issue", "report bug in CC"references/issue-claude-code.md
Codex CLI Issue"Codex issue", "report bug in Codex"references/issue-codex-cli.md
Sablier Issue"Sablier issue", "sablier-labs issue"references/issue-sablier.md
Comment on Issue"comment on issue", "reply on issue", "post a comment"references/comment-issue.md
Create Discussion"create discussion", "start discussion"references/create-discussion.md
Update Discussion"update discussion", "edit discussion"references/update-discussion.md
Comment Discussion"comment on discussion", "reply on discussion", "edit discussion comment"references/comment-discussion.md

Each workflow reference links only the shared context, writing, or posting guidance it needs. Post directly when theuser requested creation or update; do not add a confirmation gate. After a failed write, run the linked idempotencycheck before any retry.

Never check an external template attestation unless repository or user evidence verifies it. If a required attestationor field cannot be verified, ask for that missing fact rather than inventing agreement. Agent-status decoration belongsoutside the authored contribution; add emoji to a PR, issue, discussion, or comment only when the user's content or thethread's register calls for it.

Completion

Complete when the requested contribution exists in its final authored state and the returned GitHub URL has beenverified. For updates/comments, report the changed artifact once; for failures, report the idempotency check and nextaction without claiming a write succeeded.

Use ### 🚀 <artifact> created, ### ✅ <artifact> updated, ### ✅ Comment posted, or ### ✅ Comment updated,followed by one Markdown link containing the repository, number, and title or action. Add a compact field list only whenbase, draft state, reviewers, labels, or changed fields matter. On failure, lead with ### ⛔ <artifact> not <action>,then state the attempted target, concrete error, idempotency result, and next action. Keep gh output, JSON,diagnostics, template fields, URLs, and authored contribution text exact and undecorated.

모든 파일

0개 파일

yeet 설치

해당 스킬 파일들을 다운로드하여 .claude/skills/ 디렉토리에 압축을 풀어 저장해 주세요.

ZIP 다운로드

저장소를 클론하고 스킬 파일을 프로젝트에 복사하세요.

git clone https://github.com/PaulRBerg/agent-skills/blob/main/skills/yeet/SKILL.md # Copy SKILL.md to your .claude/skills/ directory

복사 복사
빠른 설정: 스킬 폴더를 .claude/skills/로 복사하면, Claude가 자동으로 해당 스킬을 인식하여 사용합니다.

관련 스킬

github-project-management
업데이트 된 시간 2026년 6월 29일
using-git-worktrees
업데이트 된 시간 2026년 6월 29일
readme-blueprint-generator
업데이트 된 시간 2026년 7월 5일
finishing-a-development-branch
업데이트 된 시간 2026년 6월 29일
OR