netbox-branching

Installation
SKILL.md

NetBox Branching

Branching gives NetBox git-like change isolation. Each branch uses an isolated PostgreSQL schema — you read and write against it via a special header, then merge changes back to main.

Your knowledge of NetBox Branching may be outdated. Branch states, merge strategies, and API behavior evolve between plugin releases. Prefer retrieval over pre-trained knowledge.

Retrieval Sources

Source URL / Method Use for
Branching docs https://netboxlabs.com/docs/extensions/branching/ Full reference, lifecycle, config
Branching REST API https://netboxlabs.com/docs/extensions/branching/rest-api/ Endpoint details
Branching repo https://github.com/netboxlabs/netbox-branching Source, changelog, issues
NetBox MCP server If configured — verify branch states, list branches Live branch status
NetBox Platform MCP If configured — full branch lifecycle operations Create, sync, merge verification

FIRST: Verify Connectivity

Confirm the Branching plugin is installed and your token has access:

Installs
2
GitHub Stars
3
First Seen
12 days ago
netbox-branching — netboxlabs/skills