Beagle Core
Shared code review workflows, verification protocol, git commands, feedback handling, and skill tooling
Skills in this plugin
16- ▌
- ▌
- ▌ Review Plan · existential-birdsReview implementation plans for parallelization, TDD, types, libraries, and security before execution
- ▌ Skill Builder · existential-birds bundleCreate Agent Skills with best practices, structure, validation, and testing. Use when designing or refining skills, prompts, references, or supporting files.
- ▌ Prompt Improver · existential-birdsOptimize prompts for code-related tasks following prompt-engineering best practices. Use when refining prompts for implementation, debugging, refactoring, code review, or testing.
- ▌ Subagent Prompt · existential-birdsProduce a comprehensive prompt that hands off the current session's work to a fresh session for sub-agent-orchestrated execution. Use when the user wants to execute discussed/planned work in a new session, run a job to completion via sub-agents, or generate a portable handoff prompt with per-task verification. Assumes the target session supports sub-agents. Triggers on "subagent-prompt", "give me a prompt to run this in a new session", "hand this off to sub-agents", "execute this with sub-agents".
- ▌ Receive Feedback · existential-birds bundleProcess external code review feedback with technical rigor. Use when receiving feedback from another LLM, human reviewer, or CI tool. Verifies claims before implementing, tracks disposition.
- ▌ Review Structure · existential-birdsRepo-wide structural-maintainability review — code-judo restructurings, 1k-line file guard, anti-spaghetti branching, canonical-layer enforcement, anti-magic abstractions, explicit type/boundary contracts.
- ▌ Fetch Pr Feedback · existential-birdsFetch unresolved review comments from a PR and evaluate with receive-feedback skill
- ▌ Fix LLM Artifacts · existential-birdsApplies fixes from a prior review-llm-artifacts run, with safe/risky classification. Respects verify-llm-artifacts output when present to skip false positives.
- ▌
- ▌ Respond Pr Feedback · existential-birdsRespond to review comments on a PR after evaluation and fixes
- ▌ Verify LLM Artifacts · existential-birds bundleConfirms or rejects findings from review-llm-artifacts before deletes or risky refactors. Loads review-verification-protocol-style checks per finding. Use after a review run, when the user wants to reduce false positives, before fix-llm-artifacts on dead code, or when validating a full-project scan.
- ▌ Review Skill Improver · existential-birdsAnalyzes feedback logs to identify patterns and suggest improvements to review skills. Use when you have accumulated feedback data and want to improve review accuracy.
- ▌ Review Feedback Schema · existential-birdsSchema for tracking code review outcomes to enable feedback-driven skill improvement. Use when logging review results or analyzing review quality.
- ▌ LLM Artifacts Detection · existential-birds bundleDetects common LLM coding agent artifacts in codebases. Identifies test quality issues, dead code, over-abstraction, and verbose LLM style patterns. Use when cleaning up AI-generated code or reviewing for agent-introduced cruft.