Skip to main content
Glama
Gaells

technical-impact-analyst

by Gaells

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENYesGitHub personal access token with repo, read:user, and read:org scopes
GITHUB_USERNAMEYesYour GitHub username

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_contribution_metricsA

Retrieve raw GitHub contribution metrics filtered by time period.

Returns aggregated data including commits, PRs, reviews, and code changes. Useful for understanding contribution volume and patterns.

analyze_karpathy_alignmentA

Analyze GitHub contributions against the Andrej Karpathy Skills framework.

Returns scores (1-5) for five skill dimensions:

  • Building from Scratch: First-principles thinking and custom implementations

  • Attention to Detail: Tests, docs, descriptive commits, clean diffs

  • Deep Understanding: Root cause analysis, performance optimization, substantive reviews

  • Technical Clarity: Focused PRs, clear descriptions, code simplification

  • Problem Solving: Complex challenges, cross-cutting changes, effective solutions

Also detects "First Principles" indicators (Karpathy's emphasis on understanding things from scratch rather than relying on heavy abstractions).

get_architecture_impactA

Identify contribution types (Feature, Refactor, Bug Fix) and assess their impact on codebase health.

For each PR, returns:

  • Classification: Feature, Refactor, Bug Fix, Performance, Documentation, Test, Chore

  • Impact level: critical, high, medium, low, trivial

  • Health delta: -1.0 (degradation) to +1.0 (improvement)

  • Complexity score: 0.0 to 1.0

  • First Principles detection: whether the contribution demonstrates building from scratch

generate_weekly_impact_summaryA

Generate an executive weekly impact summary for stakeholders.

Consolidates the week's activities into a structured report including:

  • Executive paragraph summarizing contributions

  • Key achievements list

  • Karpathy Skills highlights

  • Metrics snapshot

  • Business value translations (technical → business language)

  • Spider chart data for visualization

scan_first_principlesA

Scan contributions for first-principles thinking patterns.

Analyzes PRs looking for:

  • Dependency removals (package.json, requirements.txt, go.mod, etc.)

  • Custom implementations replacing external libraries

  • Utility/internal file additions

  • Root cause fixes vs band-aid patches

  • First-principles keywords in commit messages

Returns:

  • Abstraction Control Level (0.0-1.0)

  • Dependency Delta (negative = fewer deps = positive)

  • Root Fix Ratio (0.0-1.0)

  • Overall Score (1.0-5.0)

  • Detailed signals and evidence

detect_attention_to_detailA

Advanced attention-to-detail analysis with bonus scoring.

Checks:

  • README updated alongside API changes

  • CHANGELOG updated

  • Edge case tests (not just happy path)

  • Descriptive commit messages

  • Migrations included with schema changes

  • Environment variables documented

  • Type hints updated

Returns bonus points, anti-pattern flags (red/yellow), and checklist.

generate_client_reportA

Generate a client-facing delivery report translating technical contributions into business value.

Designed for freelancers, MEI, and consultants who need to communicate value to non-technical stakeholders.

Returns a formatted Markdown report with:

  • Executive summary

  • Deliveries table with business impact

  • Impact highlights

  • Period metrics

export_evolution_dataA

Export Karpathy skill evolution data for Spider Chart visualization.

Analyzes the last N weeks and returns scores for each dimension per week, plus trend analysis (improving/declining/stable).

Designed to feed the external Next.js Karpathy Dashboard.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gaells/mcp-github-performance-review'

If you have feedback or need assistance with the MCP directory API, please join our Discord server