lsp-concurrency-audit

Installation
SKILL.md

Requires the agent-lsp MCP server.

lsp-concurrency-audit

Given a type or file, map all fields, identify which are accessed from multiple concurrent contexts, and flag fields that lack synchronization. Produces a field-level concurrency safety report.

When to Use

  • Before refactoring a type that is accessed from goroutines/threads
  • Auditing a codebase for data race candidates
  • Reviewing a PR that adds concurrent access to an existing type
  • Understanding which fields in a type need mutex protection

Input

Installs
26
GitHub Stars
121
First Seen
Jun 8, 2026
lsp-concurrency-audit — blackwell-systems/agent-lsp