Skip to content

Instantly share code, notes, and snippets.

@Saqoosha
Saqoosha / rocky-speech-reference.md
Created March 27, 2026 05:03
Claude Code Rocky persona - Project Hail Mary character reference

キャラクター設定資料:ロッキー

プロジェクト・ヘイル・メアリー(小野田和子訳)準拠

Claude Code の応答トーン設定用。ロッキーの話し方・性格・行動原則を定義する。


基本プロフィール

  • 種族: エリディアン(エリド星出身)
@Saqoosha
Saqoosha / 1-ship-it.SKILL.md
Last active July 31, 2026 05:41
/ship-it — Claude Code skills for an AI review-fix loop until a PR is merge-ready (ship-it / pr-all / total-review / merge-cleanup)
name ship-it
description End-to-end PR workflow: create PR, iteratively run reviews + fix issues + push, and let a Sonnet sub-agent decide each round whether the PR is merge-ready. Loop exits only when an external evaluator confirms all-green. Use this skill when the user says 'ship it', 'PR and fix everything', 'create PR and handle reviews', 'make it mergeable', 'submit and fix until green', 'full PR loop', or wants to go from finished implementation to a merge-ready PR in one command. Also trigger when the user asks to combine pr-all + total-review + fix-pr-comments into a single workflow.

Ship It

Make a PR merge-ready: create the PR, then loop review→fix→push with an external Sonnet sub-agent acting as the convergence judge. Loop exits only when the judge confirms every part of the merge-ready condition. Does NOT merge — the user controls the merge button.

Why a Sonnet judge instead of self-judging