enterprise-review

Audit cross-venture codebases to detect configuration and tooling drift.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/venturecrane/crane-console --skill enterprise-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: enterprise-review
Source: https://github.com/venturecrane/crane-console/tree/main/.agents/skills/enterprise-review
Command: npx skills add https://github.com/venturecrane/crane-console --skill enterprise-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-Venture Codebase Audit detects drift across configurations, structures, and practices across all venture repos, and stores a consolidated consistency report in VCMS.

Core Features & Use Cases

  • Cross-venture drift detection across dependencies, configurations, and tooling
  • Centralized reporting stored in VCMS for traceability
  • Supports targeted audits via --venture codes to focus on subset of ventures

Quick Start

Run enterprise-review from the crane-console to generate the cross-venture consistency report.

Frequently Asked Questions about enterprise-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect configuration and dependency drift across multiple repositories?▼

Cross-venture codebase drift detection works by parsing package.json, tsconfig.json, and CI workflows across local venture repositories to identify dependency, configuration, and tooling inconsistencies, summarizing them into a consolidated drift report.

How do I audit codebase consistency for a specific subset of ventures?▼

You can run a targeted codebase consistency audit for a specific subset of ventures by applying the --venture codes flag, focusing the drift detection and reporting solely on the selected repositories instead of all available ventures.

Do I need a specific workspace setup to audit cross-venture codebase drift?▼

Yes, auditing cross-venture codebase drift requires a crane-console workspace and access to local ~/dev/{code}-console repositories to parse configurations like package.json, tsconfig.json, and CI workflows for tooling inconsistencies.

What is the best way to report on codebase structure and tooling inconsistencies across projects?▼

The best way to report on codebase structure and tooling inconsistencies is to perform a cross-venture audit that parses CI workflows and configurations, storing the resulting consolidated consistency report in VCMS for traceability.

Can I detect missing Claude command presence across multiple venture repositories?▼

Yes, you can detect missing Claude command presence across multiple venture repositories by running a cross-venture audit that parses local repositories to identify tooling drift and summarize consistency hotspots in a report.

What are the limitations of using cross-venture audits for codebase drift detection?▼

Cross-venture audits are limited to parsing local repository configurations like package.json, tsconfig.json, and CI workflows, requiring a crane-console workspace and local repo access rather than analyzing remote or non-standard project structures.