Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/dyoshikawa/skills --skill draft-release-post명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Scan an entire repository for security issues and malicious code — leaked secrets, injection and code-execution flaws, supply chain and CI/CD risks, insecure configuration, and malicious instructions hidden in AI rule files. Use when the user wants a whole-repository security scan or audit, rather than the diff-scoped `security-scan-diff`.
Babysit a Dependabot dependency-bump PR all the way to merge: verify the author is the genuine Dependabot bot, diagnose and resolve any CI failure (excluding or fixing a breaking bump when needed), get every check green, and merge. Use when the user wants to shepherd a Dependabot bump PR to merge.
Resolve every open issue one at a time: fact-check each with web research, close the ones that need no action, and run the `goal-pr` skill to fix, review, and merge the ones that do — repeating until no actionable issues remain.
SKILL.md 표시 중
| name | draft-release-post |
| description | リリース告知のXポスト下書きを作成する |
リリースバージョンまたはリリースURLを受け取り、作業中のプロジェクトのリリース告知用Xポストの下書きを作成して出力する。
the user's request にリリースバージョン(例: v6.5.0)またはGitHubリリースURL(例: https://github.com/<owner>/<repo>/releases/tag/v6.5.0)が渡される。複数のリリースが渡される場合もある(その場合は1つのXポストにまとめる)。
gh repo view --json name,description などで、告知対象のリポジトリ名と概要を確認する。ポスト内の製品名にはこの表記を使う。gh release view <version> コマンドを使用する。gh api users/<username> でGitHubプロフィールを取得し、twitter_username フィールドを確認する。@アカウント名 形式で記載する。tmp/draft-release-posts/*.md に出力すること。以下のテンプレートのスタイル・トーンに合わせて作成すること。<> の部分は実際の内容で置き換える。
<プロジェクト名> <version>をリリースしました!
- <変更点1の要約>。
Contributor: <contributor1>
- <変更点2の要約>(バグ修正)。
Contributor: <contributor2>
(両名Xアカウントがわからなかった)
<変更点1の補足。関連プロダクトがあれば @公式アカウント を添える>
また、<変更点2の背景と、それが解消された旨>。
Thank you for the contributors!
<プロジェクト名> <version>をリリースしました!
- <サードパーティ製品名>(@公式アカウント)の<機能>サポート。Contributor: @<contributor1>
- <変更点2の要約>。Contributor: @<contributor2>
<貢献者についての一言(例: 当該プロダクト公式の中の人だった、など)>。
そして<新機能名>は新機能です。これにより<ユーザーにとっての意味>。
Thank you for the contributors!
<プロジェクト名> <version>をリリースしました!(複数バージョンの場合はまとめて記載)Thank you for the contributors! で締める。完成した下書きをそのままコピーペーストできる形で出力する。