원클릭으로
draft-release-post
リリース告知のXポスト下書きを作成する
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
リリース告知のXポスト下書きを作成する
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Draft a new release of the project.
Form an Agent Team of Implementer and Reviewer subagents to tackle the given task, looping implementation and review until the Reviewer reports zero high-or-above findings and no more than three mid findings.
Approve a pull request using gh pr review --approve
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.
Resolve every open maintainer-scrap 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 scrap issues remain.
| name | draft-release-post |
| description | リリース告知のXポスト下書きを作成する |
| targets | ["*"] |
リリースバージョンまたはリリースURLを受け取り、Rulesyncのリリース告知用Xポストの下書きを作成して出力する。
the user's request にリリースバージョン(例: v6.5.0)またはGitHubリリースURL(例: https://github.com/dyoshikawa/rulesync/releases/tag/v6.5.0)が渡される。複数のリリースが渡される場合もある(その場合は1つのXポストにまとめる)。
gh release view <version> コマンドを使用する。gh api users/<username> でGitHubプロフィールを取得し、twitter_username フィールドを確認する。@アカウント名 形式で記載する。tmp/draft-release-posts/*.md に出力すること。以下の過去ポストを参考に、同じスタイル・トーンで作成すること。
Rulesync v6.4.0をリリースしました!
- Factory Droidターゲットのフルサポート。
Contributor: yodusk
- Claude Codeのパス指定を配列に変更(バグ修正)。
Contributor: boazy
(両名Xアカウントがわからなかった)
Factory Droid(@FactoryAI)のRules、MCP設定、Skillsなどサポートしました。
また、Claude Code向けの出力に公式ドキュメントとの乖離が出ていたのが修正されました。
Thank you for the contributors!
Rulesync v6.3.0をリリースしました!
- Replit Agent(@Replit)のSkillsサポート。Contributor: @mattyp
- Claude Code, CursorのHooksサポート。Contributor: @TylorS167
Replit Agentの@mattyp さんはReplit公式の中の人みたいです(すごい)。
そしてHooksサポートは新機能です。これにより現在、複数のAI Coding Agent間でrules,ignore,mcp,commands,subagents,skills,hooksをSingle Sourceで設定できることになります。
Thank you for the contributors!
Rulesync <version>をリリースしました!(複数バージョンの場合はまとめて記載)Thank you for the contributors! で締める。完成した下書きをそのままコピーペーストできる形で出力する。