beeui-review-and-close

Performs read-only BeeUI code reviews against approved Issues and returns a consolidated verdict with PR close package.

Updated May 30, 2026
One-click install
npx skills add https://github.com/beesyst/beeui --skill beeui-review-and-close-beesyst
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: beeui-review-and-close
Source: https://github.com/beesyst/beeui/tree/main/.agents/skills/beeui-review-and-close
Command: npx skills add https://github.com/beesyst/beeui --skill beeui-review-and-close-beesyst

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Final code review of a BeeUI implementation requires reconciling the approved Issue, the actual diff, SDLC and security rules, and verification evidence before a PR can be approved or sent back for corrections. This Skill enforces a strict, read-only, multi-phase review workflow so no acceptance criterion, changed file, or blocker is missed. ## Core Features & Use Cases - Phased review gates: Resolves GitHub Issue/PR context, verifies exact instruction and target worktrees and branches, consumes the complete review manifest and paginated diff, and reads every changed and related file before issuing findings. - Consolidated verdicts: Returns exactly one outcome — approval with a PR body and squash commit recommendation, a blocker list with exact before/after corrections, or an incomplete-review notice when data is missing. - Correction prompt generation: Produces a consolidated, executor-ready correction prompt scoped to the target worktree with required verification steps. - Use Case: After a BeeUI feature branch is implemented and verified, run this workflow to confirm every Acceptance Criterion, detect real blockers such as contract violations or unrelated files, and produce the final PR close package. ## Quick Start Review the BeeUI implementation in the target worktree against the approved Issue and base branch, then return the final verdict and PR close package.

Frequently Asked Questions about beeui-review-and-close

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a final code review before approving a pull request?

Use a phased review workflow that resolves the approved Issue, verifies the exact target worktree and branch, consumes the complete manifest and diff, and evaluates every Acceptance Criterion. This Skill returns one consolidated verdict: approval, required changes, or incomplete review.

What inputs are required for the BeeUI review workflow?

You must supply the project, exact instruction and target worktrees, expected feature and base branches, mode, roadmap context, the approved Issue content or URL, PR description or URL, and implementation and verification evidence. Missing worktrees or incomplete snapshots stop the review.

Can this review workflow modify files or create pull requests?

No. The workflow is strictly read-only: it cannot modify files, run repository commands, switch branches, commit, push, or create or update PRs. It only inspects through Bee Dev MCP and returns a verdict and PR close package.

What happens when the review snapshot is incomplete or truncated?

The workflow returns the incomplete-review status instead of a code verdict. It reports what was inspected, exactly which data, file, or continuation page is missing, and why no approval or rejection was issued.

How are blocking findings reported in the review verdict?

Each blocker includes the file path, exact location, the bounded current code fragment, the complete replacement, and the acceptance criterion or contract it violates. All blockers are consolidated into one correction prompt for an implementation executor.