Tag: code-analysis

Type: All Skills Tools
skill ★ 25,372

Introspecting the AgentScope Library Documentation

This skill provides comprehensive introspection into the AgentScope library, enabling developers to search for usage guidance, locate implementation examples, or view the structure of specific modules, classes, and functions.

agentscope-ai/agentscope agentscope library documentation code-analysis
tool ★ 3,303

Codebase Graph Indexing and Querying Tool

This utility indexes an entire codebase into a graph database, enabling advanced semantic search, call graph analysis, and relationship querying. It provides both a command-line interface and an MCP server for seamless integration into deve…

CodeGraphContext/CodeGraphContext code-graph indexing graph-db mcp
skill ★ 113

Gemini CLI for Large Codebase Analysis

Initiates an interactive Gemini CLI session, providing a large 1M context window ideal for deep analysis of extensive codebases. It manages both new sessions and follow-up tasks, returning a task ID for immediate result checking.

agentic-box/owlex gemini cli code-analysis llm
skill ★ 113

Codex CLI for Deep Code Analysis and Reasoning

Initiates an interactive command-line session with OpenAI Codex, enabling deep reasoning, comprehensive code review, and detailed analysis based on user prompts. It manages both new sessions and follow-up continuations.

agentic-box/owlex codex code-analysis cli reasoning
skill ★ 21,403

Reviewing discount policy fixtures with checklist

This skill provides a structured workflow for inspecting and reviewing discount policy fixtures. It executes a helper script to generate a maintainer report detailing ticket IDs, severity, ownership, and minimal required fixes.

promptfoo/promptfoo discount-policy review code-analysis checklist
skill ★ 21,403

comprehensive code review for security and bugs

Analyzes provided codebases to identify logical bugs, security vulnerabilities (such as injection risks), and deviations from established best practices. Findings are structured by severity level with actionable remediation suggestions.

promptfoo/promptfoo code-review security bug-detection best-practices
skill ★ 28

Identify and run correlated tests

Identify and execute only the specific tests that cover a modified source file to accelerate the feedback loop. It uses LSP capabilities to map source files to their corresponding test files and functions.

blackwell-systems/agent-lsp lsp testing mcp test-automation
tool ★ 28

Codebase Understanding and Dependency Mapping

This tool generates a comprehensive Code Map by analyzing an entire file or module, synthesizing cross-symbol relationships, call hierarchies (up to two levels), and references. It provides a holistic view of a codebase's structure, moving …

blackwell-systems/agent-lsp code-analysis lsp dependency-graph code-mapping
skill ★ 28

Finds all concrete implementations of interfaces and types

This skill identifies all concrete types that implement a given interface or extend an abstract type, providing a comprehensive view of the implementation surface. It is crucial for assessing the impact of API changes, such as modifying met…

blackwell-systems/agent-lsp lsp type-system interface refactoring
skill ★ 28

LSP Symbol and File Impact Analysis

Performs blast-radius analysis for symbols or files by identifying callers, type hierarchies, and reference counts. It helps developers assess the impact of refactoring, deleting, or modifying code signatures.

blackwell-systems/agent-lsp lsp code-analysis refactoring impact-analysis
skill ★ 28

Comprehensive LSP Symbol Exploration and Analysis

This skill provides comprehensive code understanding by gathering type information, call hierarchy, implementations, and all reference sites for a given symbol path in a single pass. It leverages the Language Server Protocol (LSP) to genera…

blackwell-systems/agent-lsp lsp code-analysis symbol-exploration developer-tool
skill ★ 28

Cross-Repository Library Symbol Analysis

Performs multi-root analysis to find all usages of a library symbol across multiple consumer repositories. This is essential for verifying the impact of API changes or symbol deletions across decoupled codebases.

blackwell-systems/agent-lsp lsp cross-repo refactoring code-analysis
tool ★ 28

Three-tier symbol documentation lookup utility

This tool provides robust, multi-tiered documentation lookup for any symbol, progressing from fast LSP hover to authoritative toolchain documentation, and finally to raw source extraction. It is designed to reliably resolve symbols, particu…

blackwell-systems/agent-lsp lsp documentation symbol-lookup code-analysis
skill ★ 206

Semantic Code Analysis and Refactoring Toolkit

This skill provides access to JetBrains IDE indexing capabilities, enabling deep semantic code operations such as finding references, resolving definitions, and performing safe refactoring. It is designed to supersede basic text search for …

hechtcarmel/jetbrains-index-mcp-plugin code-analysis refactoring semantic-search ide-integration
skill ★ 835

Automated Codebase Documentation Generator Pipeline

This skill orchestrates a comprehensive, multi-phase pipeline using specialized agents to analyze a codebase, conduct deep research, and generate structured documentation. It ensures conflict-free file ownership and includes a final QA vali…

bgauryy/octocode-mcp documentation code-analysis agent-orchestration llm
skill ★ 5

Explore codebases and trace execution flows

This skill enables developers to deeply explore unfamiliar codebases by tracing execution flows, understanding architectural components, and mapping symbol dependencies. It provides structured access to process traces and component relation…

hifriendbot/cogmemai-mcp codebase-exploration architecture execution-tracing code-analysis
tool ★ 5

Codebase Debugging and Execution Flow Tracing

This tool facilitates deep code introspection by querying execution flows, identifying function dependencies, and tracing complex call chains across a codebase. It allows developers to pinpoint the root cause of bugs, errors, or unexpected …

hifriendbot/cogmemai-mcp debugging code-tracing dependency-graph error-handling
skill ★ 1,854

Navigate and understand complex codebases

This skill leverages the GitNexus knowledge graph to provide deep insights into unfamiliar codebases. Developers can trace execution flows, understand symbol dependencies, and map functional areas using structured queries.

doobidoo/mcp-memory-service code-analysis knowledge-graph debugging software-architecture
tool ★ 1,854

Codebase Debugging and Call Chain Tracing

This tool facilitates deep code introspection by querying the codebase graph to trace execution flows, identify function dependencies, and pinpoint the root cause of errors. It supports advanced graph queries to map complex call chains and …

doobidoo/mcp-memory-service debugging code-analysis call-graph tracing
skill ★ 41

Deep evidence and dependency tracing skill

This skill provides deep, focused evidence tracing for specific application components. It allows developers to map dependencies, usage, and supporting evidence for targets like routes, schemas, files, and database entities.

drhalto/agentmako dependency-tracing code-analysis evidence-gathering schema-usage
skill ★ 41

Advanced Project Intelligence and Code Analysis

This skill acts as an entry point for Mako, a project-intelligence MCP server designed to answer structural or cross-surface engineering questions. It provides specialized tools for deep introspection into codebases, including schema tracin…

drhalto/agentmako project-intelligence code-analysis schema-introspection dependency-graph
skill ★ 41

Mako AI Project Intelligence Guide

An entry point for navigating the Mako project-intelligence MCP server, providing guidance on tool selection, workflow orchestration, and feedback logging policies.

drhalto/agentmako mcp project-intelligence agent-workflow code-analysis
skill ★ 41

Focused evidence tracing for code dependencies

This skill provides focused evidence tracing across a codebase, allowing developers to map dependencies, understand implementation details, and assess the blast radius of changes. It supports tracing routes, schemas, files, tables, and erro…

drhalto/agentmako evidence-tracing dependency-mapping code-analysis impact-assessment
tool ★ 41

Static Code Analysis and Pattern Matching Tool

This suite provides syntax-aware capabilities for deep code analysis, allowing developers to perform structural pattern searches (AST-grep) across various languages, run focused static diagnostics, or draft new linting rules from code fixes…

drhalto/agentmako code-analysis static-linting ast-grep typescript