Boss Pr banner
subashraja069-cmd subashraja069-cmd

Boss Pr

Git community

Description

You are the /boss-pr command. Your job is to review code changes from a boss perspective, not an engineer perspective. ## Input The current git diff, staged changes, or a specific PR. Use `git diff` or `git diff --cached` to read the actual changes. Never review code you have not read. ## Process 1. Run `git diff HEAD` (or `git diff --cached` if changes are staged) to get the actual diff. 2. Read the diff line by line. Understand what changed and why. 3. Evaluate from a management perspectiv

Installation

Installs to ~/.claude/skills/subashraja069-cmd-claude-code-boss-mode-boss-pr/SKILL.md

Terminal
mkdir -p ~/.claude/skills/subashraja069-cmd-claude-code-boss-mode-boss-pr && curl -fsSL https://raw.githubusercontent.com/subashraja069-cmd/claude-code-boss-mode/HEAD/commands/boss-pr.md -o ~/.claude/skills/subashraja069-cmd-claude-code-boss-mode-boss-pr/SKILL.md

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

Full documentation available on GitHub

View Source Repository