Beagle Core

Shared code review workflows, verification protocol, git commands, feedback handling, and skill tooling

by @existential-birds 16 skills

Skills in this plugin

16
  1. Create Pr · existential-birds
    create a pull request with standardized description template
    1 install
  2. Commit Push · existential-birds
    commit and push all local changes to remote repo
    1 install
  3. Review Plan · existential-birds
    Review implementation plans for parallelization, TDD, types, libraries, and security before execution
    1 install
  4. Skill Builder · existential-birds bundle
    Create Agent Skills with best practices, structure, validation, and testing. Use when designing or refining skills, prompts, references, or supporting files.
    1 install
  5. Prompt Improver · existential-birds
    Optimize prompts for code-related tasks following prompt-engineering best practices. Use when refining prompts for implementation, debugging, refactoring, code review, or testing.
    1 install
  6. Subagent Prompt · existential-birds
    Produce 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".
    1 install
  7. Receive Feedback · existential-birds bundle
    Process 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.
    1 install
  8. Review Structure · existential-birds
    Repo-wide structural-maintainability review — code-judo restructurings, 1k-line file guard, anti-spaghetti branching, canonical-layer enforcement, anti-magic abstractions, explicit type/boundary contracts.
    1 install
  9. Fetch Pr Feedback · existential-birds
    Fetch unresolved review comments from a PR and evaluate with receive-feedback skill
    1 install
  10. Fix LLM Artifacts · existential-birds
    Applies fixes from a prior review-llm-artifacts run, with safe/risky classification. Respects verify-llm-artifacts output when present to skip false positives.
    1 install
  11. Gen Release Notes · existential-birds
    generate release notes for changes since a given tag
    1 install
  12. Respond Pr Feedback · existential-birds
    Respond to review comments on a PR after evaluation and fixes
    1 install
  13. Verify LLM Artifacts · existential-birds bundle
    Confirms 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.
    1 install
  14. Review Skill Improver · existential-birds
    Analyzes feedback logs to identify patterns and suggest improvements to review skills. Use when you have accumulated feedback data and want to improve review accuracy.
    1 install
  15. Review Feedback Schema · existential-birds
    Schema for tracking code review outcomes to enable feedback-driven skill improvement. Use when logging review results or analyzing review quality.
    1 install
  16. LLM Artifacts Detection · existential-birds bundle
    Detects 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.
    1 install