用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/nilsteampassnet/TeamPass --skill review-changes命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Prepare, cut and publish a TeamPass release following the 3.2.1.x model — scope the commit range, decide the version number, run the release gate, bump the version constants, refresh the Docker image (version arg and base image), regenerate the integrity checksums, finish git flow manually, and draft the GitHub release notes. Use when asked to prepare a release, cut a version, bump TP_VERSION_MINOR, or publish release notes.
Systematically debug issues using graph-powered code navigation
Navigate and understand codebase structure using the knowledge graph
基于 SOC 职业分类
正在显示 SKILL.md
| name | Review Changes |
| description | Perform a structured code review using change detection and impact |
Perform a thorough, risk-aware code review using the knowledge graph.
detect_changes to get risk-scored change analysis.get_affected_flows to find impacted execution paths.query_graph with pattern="tests_for" to check test coverage.get_impact_radius to understand the blast radius.Provide findings grouped by risk level (high/medium/low) with:
get_minimal_context(task="<your task>") before any other graph tool.detail_level="minimal" on all calls. Only escalate to "standard" when minimal is insufficient.