AgentStack
SKILL verified MIT Self-run

Fp Codebase

skill-miaoy0ushan-fp-codebase-analysis · by MiaoY0uShan

Codebase analysis and impact mapping. Use when reviewing, modifying, or understanding user code where the blast radius spans multiple files. Provides code-review-graph MCP integration and grep-fallback protocols for computing change impact.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-miaoy0ushan-fp-codebase-analysis

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-miaoy0ushan-fp-codebase-analysis)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
yesterday

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Fp Codebase? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

FP Codebase Analysis

Prefer code-review-graph MCP when available. Start with get_minimal_context_tool. Fall back to grep-based discovery when MCP is unavailable.

MCP Route

  1. get_minimal_context_tool (~100 tokens) → community names and entry points
  2. detect_changes_tool → risk-scored functions, affected flows, test gaps
  3. get_impact_radius_tool → blast radius
  4. get_architecture_overview_tool → hub/bridge nodes
  5. semantic_search_nodes_tool → semantic queries

Load ../templates/code-review-graph-mcp-contract.md for the full 30-tool map.

Grep Fallback

  1. git diff → extract changed symbols
  2. grep -rn for callers/importers
  3. Glob for test files
  4. Mark source: grep-fallback in impact map

Load ../templates/codebase-impact-map.md for the output template.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.