ワンクリックで
rsi-scripting
Update systematize with new natural language script conventions from this session.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Update systematize with new natural language script conventions from this session.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Prepares a Python package for PyPI release by updating the version, building, and verifying the distribution.
Prepare a release by updating the version, building, and verifying the distribution.
| name | rsi-scripting |
| description | Update systematize with new natural language script conventions from this session. |
Update /systematize to incorporate new conventions or patterns for natural language scripts established during this session.
$ARGUMENTS
Review the conversation to identify what new patterns or conventions were established for command files in .agents/skills/. Then update /systematize to teach future agents these conventions.
Common updates:
Show full templates with placeholders. Explain when to use new patterns vs. existing ones. Preserve all existing content.
/systematize, add new conventions alongside existing ones. Never remove content that's still valid.When the update involves structure types or templates (e.g., adding a branching pattern to /systematize):
User request: "improve @.agents/skills/systematize/SKILL.md so that new natural language scripts will follow the conventions set here in this session"
What happened in session: Created if-else branching structure in /extract-pr with Path A/Path B, A-prefixed and B-prefixed step numbers, convergence point markers
Update to /systematize: Added a new template option in step 7 showing the branching structure format, with guidance on when to use it ("For workflows with major decision branches") vs. the linear format ("For linear workflows"), including the full template with placeholders like [Path Name] and [Decision Point Name].