beagle
Framework-aware code review, testing, docs, and git workflows
All Skills in This Repository (3)
Pure Emerald Level Indicatorspydantic-ai-model-integration
Configure LLM providers, fallbacks, streaming, and usage metrics.
langgraph-implementation
Implement stateful multi-agent graphs with LangGraph StateGraph, nodes, edges, and checkpointer persistence.
bubbletea-code-review
Review BubbleTea terminal UI code for Elm-architecture and Lipgloss styling conformance.
Frequently Asked Questions
FAQPage SchemaHow to install Beagle?▼
Run `npx skills add existential-birds/beagle --all -g -y` in your terminal to install all plugins and skills globally for your coding agent.
What does Beagle do for code reviews?▼
It runs framework-aware reviews for Python, Go, Rust, Elixir, React, Remix v2, and iOS, detecting the tech stack automatically and loading matching review rules. Every finding must cite a file and line with verified evidence, which cuts false positives.
Can Beagle handle PR review bot comments?▼
Yes. Skills like fetch-pr-feedback, respond-pr-feedback, and receive-feedback fetch bot review comments, verify each claim against the code, apply fixes, and post replies with thread resolution.
Does Beagle work with Claude Code and Codex?▼
Yes. All skills follow the universal SKILL.md standard and work in Claude Code, Codex, and any agent that supports the Agent Skills specification.
Can Beagle clean up AI-generated code?▼
Yes. The review-llm-artifacts, verify-llm-artifacts, and fix-llm-artifacts skills detect dead code, over-abstraction, and verbose LLM patterns, then confirm and safely fix them.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core