crates/prismctl-core/assets/skills/pr-summary/SKILL.md
Summarize changes in a pull request
npx skillsauth add thornboo/lingshu-cli pr-summaryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
gh pr diffgh pr view --commentsgh pr diff --name-onlySummarize this pull request:
development
# `prismctl skill` 管理 Claude Code 的 skills(默认目录:`~/.claude/skills/`)。 Prismctl 的 `skill` 命令只负责对“文件结构”进行增删改(同样遵循 `dry-run` / `--apply` / `--home` 沙箱);至于 skill 的实际执行与加载机制由 Claude Code 本身决定。 ## 列表 ```bash prismctl skill list [--home <PATH>] ``` 输出会同时显示: - Prismctl 内置 skills(以及是否已安装) - 你本机已安装 skills(从 `~/.claude/skills/<name>/SKILL.md` 读取 frontmatter 的 `name/description`) ## 安装内置 skill ```bash prismctl skill install --name <NAME> [--home <PATH>] [--dry-run|--apply] ``` 安装会写入(覆盖)`~/.claude/
development
# `prismctl skill` Manage Claude Code skills (default directory: `~/.claude/skills/`). Prismctl only manages the on-disk files/directories (still following `dry-run` / `--apply` and the `--home` sandbox). Skill loading/execution behavior is defined by Claude Code itself. ## List ```bash prismctl skill list [--home <PATH>] ``` The output includes: - Prismctl built-in skills (and whether each is installed) - Installed skills on your machine (parsed from each `~/.claude/skills/<name>/SKILL.m
development
Explains code with visual diagrams and analogies
development
Generate an interactive tree visualization of your codebase