CLI / IDE Automation

Set Up
Claude Code

Run CareerCopilot skills from your terminal or IDE. Automate job reviews and interview prep with a single command.


Claude Code is Anthropic's CLI and IDE extension for Claude. It connects to Notion via MCP (Model Context Protocol) and loads the AgentSkills from this project's skills/ directory to run workflows autonomously — no browser, no copy-pasting prompts.


Installation

Install Claude Code.

01

Install the CLI

macOS / Linux curl -fsSL https://claude.ai/install.sh | bash Windows PowerShell irm https://claude.ai/install.ps1 | iex

02

Or Install the IDE Extension

VS Code: Open Extensions, search "Claude Code", install.

JetBrains: Settings → Plugins → Marketplace, search "Claude Code", install.

03

Authenticate

Run claude in your terminal and follow the browser prompt to sign in with your Anthropic account.

04

Verify

claude --version
claude doctor


Notion Connection

Connect Notion via MCP.

Claude Code connects to Notion through an MCP server. This gives the skills read/write access to your Job Tracker, Resume Repository, and Interview Prep Hub databases.

Add the Notion MCP server claude mcp add --transport http notion https://mcp.notion.com/mcp

Authenticate when prompted. Then verify:

claude mcp list

Skills

Two skills, fully autonomous.

job-review-workflow

Reads all Bookmarked jobs from Notion, runs fit assessment against your Resume Selection Rules, selects and optimizes the right resume variant, and writes results back. Processes your entire backlog in one command.

claude "Review all bookmarked jobs in my Notion Job Tracker"

interview-prep-builder

Given a Job Tracker row URL, researches the company, generates an 8-section master cheat sheet (self-introduction, key accomplishments, STAR stories, and more), and saves everything to your Interview Prep Hub.

claude "Build interview prep for [NOTION ROW URL]"

Skills use the AgentSkills open standard — the same format works in Claude Code, OpenClaw, Cursor, GitHub Copilot, and 30+ other compatible agents.