Bubbletea Code Review

🌐Community
by existential-birds · vlatest · Repository

Automates Python/Node.js code reviews, identifying potential bugs, style issues, and suggesting optimizations for backend projects.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add bubbletea-code-review npx -- -y @trustedskills/bubbletea-code-review
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "bubbletea-code-review": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/bubbletea-code-review"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The bubbletea-code-review skill enables AI agents to perform automated code reviews on Bubble Tea (Go's TUI library) implementations, ensuring adherence to best practices and architectural standards. It analyzes source code for logic errors, style consistency, and potential performance bottlenecks specific to terminal user interface development.

When to use it

  • Before merging pull requests that modify existing TUI applications built with Bubble Tea.
  • During the initial setup phase to validate new component structures against established patterns.
  • When refactoring legacy Go codebases to ensure compatibility with the latest Bubble Tea versions.
  • To identify security vulnerabilities or concurrency issues in event-driven terminal logic.

Key capabilities

  • Automated static analysis of Go source files within the Bubble Tea ecosystem.
  • Detection of anti-patterns specific to TUI state management and event loops.
  • Generation of actionable feedback reports highlighting code quality metrics.
  • Validation of import structures and dependency usage in terminal applications.

Example prompts

  • "Review this file for common Bubble Tea concurrency issues and suggest fixes."
  • "Analyze the current implementation for style violations against Go formatting standards."
  • "Identify potential memory leaks in this event handler before I merge it."

Tips & gotchas

Ensure your codebase is fully committed to a version control system, as the agent needs access to file history to provide context-aware reviews. While effective for logic and style, manual testing remains essential for verifying actual terminal rendering behavior.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
existential-birds
Installs
89

🌐 Community

Passed automated security scans.