一键导入
versioning-by-impact
Use when completing a task and deciding whether repository changes require a semantic version bump and changelog entry before commit/push.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when completing a task and deciding whether repository changes require a semantic version bump and changelog entry before commit/push.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Route AIOS host dispositions and execute the current rex-harness software Capability Command. TRIGGER: 分析、设计、实现、调试、并发、agent team、长任务、harness、plan、工作流、多步骤
AIOS-native long-running agent harness with rex Command execution, ContextDB, checkpoint recovery, and evidence capture. Use for a planned resumable objective when AIOS is installed. If AIOS is NOT installed, use `harness-init-runner` for a lightweight standalone alternative.
Initialize a lightweight repo-local Node.js harness (harness/ + .harness/) WITHOUT AIOS dependency. Use ONLY when you need a standalone, portable harness. If AIOS is installed, use `aios-long-running-harness` instead — it has rex Command hosting, ContextDB integration, and checkpoint recovery.
Quick reference for code-review-graph (CRG) MCP tools. Use when you need to look up a CRG tool name, parameter, or pattern. For workflow guidance, see AGENTS.md decision checkpoints. Requires `aios internal codemap install`.
RTK + Caveman community token compression tools install and config guide. RTK (github.com/rtk-ai/rtk) compresses command output 60-90%. Caveman (github.com/JuliusBrussee/caveman) cuts output tokens ~75%. Both run locally, no external services. The AIOS native interception runtime is deprecated.
Use when recalling prior AIOS tool/browser outputs from offloaded refs; inspect Mermaid canvas first, then read only matching node-level evidence.
| name | versioning-by-impact |
| description | Use when completing a task and deciding whether repository changes require a semantic version bump and changelog entry before commit/push. |
| installCatalogName | versioning-by-impact |
| clients | ["codex","claude","gemini","opencode","hermes"] |
| scopes | ["global","project"] |
| defaultInstall | {"global":true,"project":false} |
| tags | ["general","release"] |
| repoTargets | ["codex","claude","gemini","opencode","hermes"] |
Apply Semantic Versioning decisions from actual change impact, not from task size.
none: no repository file changes.patch: backward-compatible fixes, docs updates, translation/content updates, non-breaking refactors.minor: backward-compatible new features or new capabilities.major: any breaking change to CLI behavior, config contract, file layout contract, or documented usage.Always report these 4 fields in final handoff:
Version Impact: none|patch|minor|majorRecommended Version: vX.Y.Z -> vA.B.C (or no change)Why: <one-sentence reason>Release Notes: short bullet listcat VERSIONscripts/release-version.sh <patch|minor|major> "summary"scripts/release-version.sh --dry-run <patch|minor|major> "summary"If impact is none, do not bump version.
If impact is patch|minor|major, update both VERSION and CHANGELOG.md before commit.