scbe-copilot

Review the SCBE-AETHERMOORE codebase for defects and governance risks.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-copilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scbe-copilot
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/.claude/skills/scbe-copilot
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-copilot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides full-system codebase reviews, enabling governance-aware code analysis, CI remediation, and cross-file repair guidance across the entire SCBE-AETHERMOORE stack.

Core Features & Use Cases

  • Full-codebase review: understand code flows, imports, and dependencies across modules to surface root causes.
  • CI fix and cross-file repairs: trace failures to their sources and propose changes across files to restore green builds.
  • Git workflow guidance: assist with push, PR creation, reviews, and merge decisions while maintaining governance constraints.
  • Cross-file context understanding: maintain awareness of relationships and data flows spanning multiple directories for accurate fixes.

Quick Start

Ask scbe-copilot to perform a full-codebase review for a pull request, identify CI failures, trace the root cause across files, and propose governance-aware fixes.

Frequently Asked Questions about scbe-copilot

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

FAQPage Schema
How do I perform a governance-aware code review across multiple files in my repository?

Governance-aware code review across multiple files requires full-codebase analysis to trace code flows, imports, and dependencies between modules. This process identifies defects and governance risks by maintaining cross-file context awareness, ensuring proposed changes adhere to project safety constraints.

How do I trace CI failures to their root cause across different code modules?

Tracing CI failures to their root cause requires cross-file impact analysis to follow data flows spanning multiple directories. By understanding these module dependencies, you can identify the exact source file and propose targeted cross-file repairs to restore green builds.

What is cross-file context analysis and when do I need it for bug tracing?

Cross-file context analysis is the process of tracking relationships and data flows that span multiple directories to understand the full impact of a code change. You need it for bug tracing when a failure in one module originates from a dependency or import in another file.

Can I use cross-file impact analysis to guide pull request reviews and merge decisions?

Cross-file impact analysis can guide pull request reviews and merge decisions by surfacing root causes and evaluating dependencies across the entire codebase. This full-context review ensures that proposed changes maintain governance constraints and safety requirements before merging.

What is the best way to fix CI failures while maintaining project governance constraints?

The best way to fix CI failures while maintaining governance constraints is to perform a full-codebase review that traces the failure source across files and proposes governance-aware fixes. This approach ensures cross-file repairs align with project safety rules before merging.

When should I not use full-codebase review for code analysis?

Full-codebase review is not ideal for isolated, single-file syntax fixes where cross-file context and dependency tracing are unnecessary. For changes with no impact on other modules, a full-system governance analysis adds overhead without providing actionable root cause insights.