Git
v1.0.0

code-review-graph — Change Risk Analysis

by @brain-bootstrap0 pulls
URLopenbooklet.com/s/code-review-graph-change-risk-analysis
Pinnedopenbooklet.com/s/code-review-graph-change-risk-analysis@1.0.0
APIGET /api/v1/skills/code-review-graph-change-risk-analysis

Structural change safety gate. Builds a SHA-256 AST graph from source code, then on any diff computes: - **Risk score** (0–100) - **Blast radius** — all transitively affected nodes (BFS, 100% recall) - **Breaking changes** — nodes whose signature changed - **Impacted flows** — execution path

code-review-graph — Change Risk Analysisviewing
Browser Automation with Playwright MCP.claude/skills/playwright/SKILL.md

**Use when:** you need to interact with a web page — test a UI, scrape docs, verify a login flow, research a live API.

Codeburn — Token Cost Observability.claude/skills/codeburn/SKILL.md

Reads directly from `~/.claude/projects/` (no API keys, no wrappers) and renders a TUI dashboard showing where tokens go.

cross-layer-check.claude/skills/cross-layer-check/SKILL.md

Verify that a symbol (field, enum, status code) exists across all layers of a monorepo. Use after adding new fields, enums, or codes to catch cross-layer gaps.

Diff Skill.claude/skills/diff/SKILL.md

Analyze the current branch's diff against its merge-base with main.

Docker Skill.claude/skills/docker/SKILL.md

Run Docker operations in non-interactive mode.

Git Skill.claude/skills/git/SKILL.md

Git workflow helpers for everyday operations.

Health Skill — Claude Brain Configuration Validation.claude/skills/health/SKILL.md

Verify that the Claude Brain configuration is healthy and complete.

mr.claude/skills/mr/SKILL.md

Generate a PR/MR description after the review passes. Use after /review confirms the code is ready to merge. Reads claude/templates.md for the required format.

Serena — LSP-Backed Symbol Refactoring.claude/skills/serena/SKILL.md

**MCP server key:** `serena` — tools: `mcp__serena__*`

serve.claude/skills/serve/SKILL.md

Start service(s) locally for development. Accepts a service name, all, frontend, or backend. Reads claude/build.md for the actual start commands.

squad-plan.claude/skills/squad-plan/SKILL.md

Generate a parallel workstream plan for multi-agent Claude Code work. Decomposes a feature into independent workstreams, each ownable by a separate Claude Code instance. Saves to claude/tasks/ACTION_PLAN.md.

Status Skill — Project Dashboard.claude/skills/status/SKILL.md

Give a one-glance status report of the Claude Brain setup for this repo.

update-code-index.claude/skills/update-code-index/SKILL.md

Scan codebase exports and generate CODE_INDEX.md organized by capability. Check this index before writing new functions to prevent duplication (no more formatDate2 when formatDate exists).

Auto-indexed from brain-bootstrap/claude-code-brain-bootstrap

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0