Instructions file GitHub Copilot
Instructions for Anselmoo/mcp-server-analyzer, a project described as: MCP server for Python code analysis with RUFF linting and VULTURE dead code detection.
Instructions file GitHub Copilot
Instructions for Anselmoo/mcp-server-analyzer, a project described as: MCP server for Python code analysis with RUFF linting and VULTURE dead code detection.
MCP server Claude CodeCodexCursor +2
MCP server "analyzer" as configured in Anselmoo/mcp-server-analyzer. Launched with sh -c PATH="$PWD/node_modules/.bin:$PATH" uv run mcp-server-analyzer. Needs 1 environment variable to run.
Instructions file
Instructions for Anselmoo/mcp-server-analyzer, covering mcp server analyzer — claude instructions, branch naming, repo-release-tools (rrt), useful rrt commands and github / pr creation.
Anselmoo/mcp-ai-agent-guidelines
Skill Claude CodeCodex
Evaluate and address a GitHub pull request review locally. Use when a PR review contains inline comments, suggestions, or requested changes that need to be implemented in the local workspace. Covers fetching review threads, triaging by severity, applying code fixes, running tests, and optionally replying to or…
Anselmoo/mcp-ai-agent-guidelines
Skill Claude CodeCodex
Fix Codecov patch coverage gaps reported on a pull request. Use when Codecov bot flags missing or partial lines in a PR comment, when patch coverage is below the project threshold (≥87.55%), or when coverage regresses after new code is merged. Covers reading the Codecov report, identifying uncovered lines per file…
Anselmoo/mcp-ai-agent-guidelines
Skill Claude CodeCodex
Combined PR quality workflow: address inline review comments AND fix Codecov patch coverage gaps in one end-to-end cycle. Use when a PR has both review feedback and coverage regression, or when you want a single checklist that covers triage, code fixes, test additions, verification, and push-gate validation before…
Anselmoo/mcp-ai-agent-guidelines
Instructions file GitHub Copilot
Instructions for Anselmoo/mcp-ai-agent-guidelines, covering mcp-ai-agent-guidelines, build, test, and lint, high-level architecture and key conventions.
Anselmoo/mcp-ai-agent-guidelines
Instructions file GitHub Copilot
Use when adding new TypeScript source files, implementing new features, refactoring modules, or writing tests. Enforces that new code never lowers the project coverage rate — every new source file must ship with tests.
Anselmoo/mcp-ai-agent-guidelines
Instructions file GitHub Copilot
Use when editing this repository to enforce safe local tool usage, local build/restart hygiene, and coverage-first changes.
Anselmoo/mcp-ai-agent-guidelines
Instructions file GitHub Copilot
Use when refactoring or extending memory/session/snapshot tools. Enforces no-legacy command multiplexing and explicit persistence semantics.
Anselmoo/mcp-ai-agent-guidelines
MCP server Claude CodeCodexCursor +2
MCP server "ai-agent-guidelines" as configured in Anselmoo/mcp-ai-agent-guidelines. Runs ./dist/index.js with node. Needs 3 environment variables to run.
Agent
Analyze code quality using zen principles and interpret violations.
Agent
Develop new violation detectors following zen architecture patterns.
Agent
Memory and context agent for MCP Zen of Languages project state.
Agent
Onboard new projects with zen analysis configuration.
Agent
Research and outline multi-step plans for zen analysis improvements.
Agent
Prompt generator agent for remediation guidance and instructions.
Agent
Use this agent when the user asks to implement features test-first, fix test failures, maintain code coverage, or identify and resolve coverage gaps. Trigger phrases include: 'implement this feature test-first' 'write tests for this functionality' 'fix the coverage gap' 'maintain 95% coverage' 'run tests and identify…
Agent
Test-driven implementation agent for zen improvements.
Instructions file GitHub Copilot
Instructions for Anselmoo/mcp-zen-of-languages, covering mcp zen of languages - ai agent instructions, architecture overview, running the server, via module and via entry point (after uv sync).
Instructions file GitHub Copilot
Instructions for Anselmoo/mcp-zen-of-languages, covering analyzer architecture refactoring, problem statement, solution: architectural patterns, 1. template method pattern (base structure) and 2. strategy pattern (detectors).
Instructions file GitHub Copilot
Instructions for Anselmoo/mcp-zen-of-languages, covering python 3.12+ syntax updates summary, changes made, ✅ updated files, syntax changes and before (python 3.9 style).
Instructions file GitHub Copilot
Instructions for Anselmoo/mcp-zen-of-languages: Do not submit or mark work complete until pre-commit verification has run successfully.
MCP server Claude CodeCodexCursor +2
MCP server "rrt" as configured in Anselmoo/mcp-zen-of-languages. Runs locally from the repo-release-tools[mcp] Python package.