一键导入
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 页面并帮你完成安装。
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.
基于 SOC 职业分类
| 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].