source-code-analyzer

Analyze OpenWebUI core component source code with a read-only workflow.

286|24|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/Fu-Jie/openwebui-extensions --skill source-code-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-code-analyzer
Source: https://github.com/Fu-Jie/openwebui-extensions/tree/main/.gemini/skills/source-code-analyzer
Command: npx skills add https://github.com/Fu-Jie/openwebui-extensions --skill source-code-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes local core component source code across multiple OpenWebUI-related directories with a strict read-only workflow, helping teams inspect behavior without introducing changes.

Core Features & Use Cases

  • Read-only analysis of core components to identify integration points, potential bugs, and security concerns.
  • Cross-directory context: reference paths like Open WebUI core, skills, and copilot-related components to surface dependencies.
  • Safe, repeatable analysis through enforced pre-checks (git pull, path validation) and documentation of findings.

Quick Start

Start a local analysis by running a guided inspection of the core component directories while preserving the repository state.

Frequently Asked Questions about source-code-analyzer

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

FAQPage Schema
How do I analyze local source code in read-only mode without modifying the repository?

Analyze local source code in read-only mode by using a strict workflow that enforces pre-checks like git pull and path validation. This inspects core component behavior across directories without introducing changes to the repository state.

What is the best way to inspect OpenWebUI core components for potential bugs and integration points?

Inspecting OpenWebUI core components for bugs and integration points is best done through cross-directory source code analysis. This surfaces dependencies across skills and copilot-related paths while documenting findings and safety considerations.

Can I review source code across multiple OpenWebUI directories for extension development?

Yes, you can review source code across multiple OpenWebUI directories for extension development. The analysis references paths like Open WebUI core, skills, and copilot components to surface dependencies and identify integration points.

How to document dependencies and safety considerations during a local code review?

Document dependencies and safety considerations during a local code review by applying a repeatable read-only analysis workflow. This approach enforces pre-checks and validates required paths before generating documentation of findings.

Does source code analysis enforce any pre-checks before inspecting local repository files?

Source code analysis enforces pre-checks before inspecting local repository files by requiring a git pull and verifying that required paths exist. This ensures a safe, repeatable analysis across OpenWebUI and related directories.