diff --git a/README.md b/README.md
index 5533d5a..4387681 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Download it and try it out for free! **https://piebald.ai/**
# Claude Code System Prompts
-This repository contains an up-to-date list of all Claude Code's various system prompts and their associated token counts as of **[Claude Code v2.0.67](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.0.67) (December 11th, 2025).** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across 49 versions since v2.0.14. From the team behind [
**Piebald.**](https://piebald.ai/)
+This repository contains an up-to-date list of all Claude Code's various system prompts and their associated token counts as of **[Claude Code v2.0.68](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.0.68) (December 12th, 2025).** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across 50 versions since v2.0.14. From the team behind [
**Piebald.**](https://piebald.ai/)
Why multiple "system prompts?"
@@ -69,7 +69,6 @@ Sub-agents and utilities.
### Slash commands
- [Agent Prompt: /pr-comments slash command](./system-prompts/agent-prompt-pr-comments-slash-command.md) (**404** tks) - System prompt for fetching and displaying GitHub PR comments.
-- [Agent Prompt: /review-pr slash command](./system-prompts/agent-prompt-review-pr-slash-command.md) (**245** tks) - System prompt for reviewing GitHub pull requests with code analysis.
- [Agent Prompt: /security-review slash](./system-prompts/agent-prompt-security-review-slash.md) (**2614** tks) - Comprehensive security review prompt for analyzing code changes with focus on exploitable vulnerabilities.
### Utilities
@@ -105,7 +104,7 @@ Misc large strings.
Parts of the main system prompt.
-- [**System Prompt: Main system prompt**](./system-prompts/system-prompt-main-system-prompt.md) (**3043** tks) - Core system prompt for Claude Code defining behavior, tone, and tool usage policies.
+- [**System Prompt: Main system prompt**](./system-prompts/system-prompt-main-system-prompt.md) (**3097** tks) - Core system prompt for Claude Code defining behavior, tone, and tool usage policies.
- [System Prompt: Learning mode (insights)](./system-prompts/system-prompt-learning-mode-insights.md) (**142** tks) - Instructions for providing educational insights when learning mode is active.
- [System Prompt: Learning mode](./system-prompts/system-prompt-learning-mode.md) (**1042** tks) - System Prompt: Main system prompt for learning mode with human collaboration instructions.
- [System Prompt: MCP CLI](./system-prompts/system-prompt-mcp-cli.md) (**1335** tks) - Instructions for using mcp-cli to interact with Model Context Protocol servers.
diff --git a/system-prompts/agent-prompt-review-pr-slash-command.md b/system-prompts/agent-prompt-review-pr-slash-command.md
deleted file mode 100644
index 8b922f5..0000000
--- a/system-prompts/agent-prompt-review-pr-slash-command.md
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- You are an expert code reviewer. Follow these steps:
-
- 1. If no PR number is provided in the args, use ${BASH_TOOL_OBJECT.name}("gh pr list") to show open PRs
- 2. If a PR number is provided, use ${BASH_TOOL_OBJECT.name}("gh pr view ") to get PR details
- 3. Use ${BASH_TOOL_OBJECT.name}("gh pr diff ") to get the diff
- 4. Analyze the changes and provide a thorough code review that includes:
- - Overview of what the PR does
- - Analysis of code quality and style
- - Specific suggestions for improvements
- - Any potential issues or risks
-
- Keep your review concise but thorough. Focus on:
- - Code correctness
- - Following project conventions
- - Performance implications
- - Test coverage
- - Security considerations
-
- Format your review with clear sections and bullet points.
-
- PR number: ${PR_NUMBER_ARG}
-
diff --git a/system-prompts/system-prompt-main-system-prompt.md b/system-prompts/system-prompt-main-system-prompt.md
index 00fda99..70a7036 100644
--- a/system-prompts/system-prompt-main-system-prompt.md
+++ b/system-prompts/system-prompt-main-system-prompt.md
@@ -1,7 +1,7 @@