Rb Refresh banner
study8677 study8677

Rb Refresh

Development community

Description

--- description: Rebuild the repobrain project knowledge base after significant changes. / 在重要改动后重建 repobrain 项目知识库。 allowed-tools: ["Bash"] --- Run the RepoBrain CLI for the current workspace. 通过 RepoBrain CLI 刷新当前工作区知识库。 Use Bash: ```bash rb-refresh --workspace "$PWD" ``` 使用 Bash: ```bash rb-refresh --workspace "$PWD" ``` If $ARGUMENTS contains `quick`, add `--quick`. Quick mode compares only committed changes, requires a clean worktree, and lets RepoBrain's ImpactPlanner plus an indepe

Installation

Installs to ~/.claude/skills/study8677-repobrain-rb-refresh/SKILL.md

Terminal
mkdir -p ~/.claude/skills/study8677-repobrain-rb-refresh && curl -fsSL https://raw.githubusercontent.com/study8677/repobrain/HEAD/commands/rb-refresh.md -o ~/.claude/skills/study8677-repobrain-rb-refresh/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository