beesdk-verify-and-correct

Verifies implemented BeeSDK issues and applies minimal in-scope corrections with evidence reports.

Updated Aug 24, 2026
One-click install
npx skills add https://github.com/beesyst/beesdk --skill beesdk-verify-and-correct-beesyst
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: beesdk-verify-and-correct
Source: https://github.com/beesyst/beesdk/tree/main/.agents/skills/beesdk-verify-and-correct
Command: npx skills add https://github.com/beesyst/beesdk --skill beesdk-verify-and-correct-beesyst

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After implementing a BeeSDK issue, teams need independent verification that acceptance criteria are met, public contracts remain compatible, and no scope creep or unsafe changes slipped in. This Skill performs that post-implementation verification and applies only the minimal corrections required by unsatisfied criteria or explicit review blockers. ## Core Features & Use Cases - Independent Verification: Evaluates every acceptance criterion as satisfied, partially satisfied, not satisfied, not verifiable, or not applicable, with a strict target safety gate checking worktree, branch, and git status before any work. - Scoped Corrections: Applies only minimal, KISS-compliant fixes tied to unsatisfied criteria or explicit final-review blockers, prohibiting unrelated refactoring, new comments, or speculative changes. - Structured Evidence Report: Produces a consolidated 18-section report covering acceptance criteria coverage, corrections made, tests and commands, security review, dependencies, and final readiness. - Use Case: After a developer implements an approved BeeSDK issue, run this workflow to independently verify the diff, run required checks like pytest and package build, fix any blocking findings, and return evidence for read-only review. ## Quick Start Verify the implemented BeeSDK issue in the current worktree against its approved task contract and return the final evidence report.

Frequently Asked Questions about beesdk-verify-and-correct

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

FAQPage Schema
How do I verify an implemented BeeSDK issue before review?

Run this verification workflow with the approved issue, target worktree, and branch as inputs. It checks every acceptance criterion, runs required tests and package builds, and returns a consolidated evidence report for read-only review.

How to handle blocking findings from a final code review?

Run a correction pass supplying the explicit blocking findings from the completed review. The workflow treats those blockers as the complete correction scope, applies minimal fixes, and verifies regressions without reopening already reviewed scope.

What checks does BeeSDK verification run on Python packages?

Checks are derived from the change level in docs/SDLC.md and docs/SECURITY.md and can include pytest, uv build, package import smoke tests, top-level public API verification, py.typed validation, consumer compatibility checks, and SAST or SCA scans.

Can this workflow commit changes or create pull requests?

No. The workflow explicitly prohibits committing, pushing, creating PRs, merging, or changing package versions unless the issue is release-related. It only verifies, applies minimal corrections, and returns evidence for a separate review step.

When should BeeSDK verification not modify uv.lock?

When the approved issue has no dependency change, the lock file must not be inspected, regenerated, or modified. Only an explicit dependency change permits a minimal registry lock update limited to the relevant diff.