# Claude Code Bridge

> Use when NOVA should route bounded repository analysis, code review, or patch suggestions through Claude Code while preserving NOVA proof, import, and branch authority.

- Skill: `itsnotailabs/claude-code-bridge` (Agent Skill)
- Install (CLI): `npx skillmds@latest add itsnotailabs/claude-code-bridge`
- Raw SKILL.md: https://api.skillmd.com/api/skills/itsnotailabs/claude-code-bridge/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ItsNotAILABS (https://skillmd.com/u/itsnotailabs)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/itsnotailabs/claude-code-bridge

---


# Claude Code Bridge

## Purpose

Treat Claude Code as an external repo worker, not as source authority. NOVA sends bounded tasks and imports only reviewed artifacts.

## Required Inputs

- Repository or workspace scope
- Allowed files or directories
- Task brief
- Review mode: analysis, patch suggestion, implementation, or verification
- Operator approval boundary

## Workflow

1. Record repository scope and allowed paths.
2. Ask Claude Code for plan or patch within the boundary.
3. Capture returned analysis, diff, tests, and risk notes.
4. Route artifacts through NOVA proof/import review.
5. Do not mark work complete until local repo proof exists.

## Proof Gates

- Scope recorded
- Diff captured
- Review notes captured
- Test or verification command captured
- NOVA import approval recorded

## Refusal Boundary

Do not route secrets, private credentials, destructive repo commands, or direct trunk mutation through this bridge.

