From ctx-customer-pack
Review pull requests with architectural context — risk scores, ADRs, hotspots, ownership.
npx claudepluginhub codota/ctx-customer-pack-distributable --plugin ctx-customer-packThis skill is limited to using the following tools:
Review pull requests with full architectural context from the Context Engine. Surface risk scores, relevant ADRs, code hotspots, and ownership information.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Review pull requests with full architectural context from the Context Engine. Surface risk scores, relevant ADRs, code hotspots, and ownership information.
Get a risk score for changed files. Higher confidence means lower risk.
Check confidence for a specific file
Call mcp__tabnine-ctx-cloud__get_change_confidence with file_path=src/payments/processor.ts.
Check confidence for another changed file
Call mcp__tabnine-ctx-cloud__get_change_confidence with file_path=src/checkout/cart.ts.
Retrieve architectural context for a file: which service it belongs to, relevant ADRs, and whether it is a hotspot.
Call mcp__tabnine-ctx-cloud__get_file_context with file_path=src/payments/processor.ts.
If the PR modifies a service, check what downstream services and flows are affected.
Call mcp__tabnine-ctx-cloud__blast_radius with service_name=payments-api.
get_change_confidence on each changed file to identify high-risk areas.get_file_context on high-risk files to find relevant ADRs and ownership.blast_radius on affected services to understand downstream impact.