kramme-cc-workflow/skills/kramme:pr:autoreview/SKILL.md
Runs kramme:pr:code-review as a closeout review loop for local or PR branch changes before commit, ship, or final response. Use when the user asks for autoreview, second-model review, or a final code-review pass after non-trivial edits. Not for UX, visual, accessibility, or product review.
npx skillsauth add abildtoft/kramme-cc-workflow kramme:pr:autoreviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run the local structured PR code review as a closeout check, then verify and handle any actionable findings. This skill adapts the OpenClaw autoreview workflow to the Kramme review stack by delegating the review itself to kramme:pr:code-review.
autoreview, a final code-review pass, or second-model review.Do not use this for UX, visual, accessibility, or product review. Use kramme:pr:ux-review, kramme:visual:*, or kramme:pr:product-review instead.
Prepare arguments
$ARGUMENTS as arguments for kramme:pr:code-review.--base <branch>, --inline, --parallel, parallel, and --emphasize <dimension>.kramme:pr:code-review workflow.Run the delegated review
/kramme:pr:code-review $ARGUMENTS.kramme:pr:code-review skill definition in the installed skills directory and follow that workflow with the same arguments.kramme:pr:code-review.Read the review result
--inline was used, inspect the inline review response.REVIEW_OVERVIEW.md from the project root.Triage findings
Resolve accepted findings
gated_auto Critical or Important findings, use /kramme:pr:resolve-review when it fits the report's recommended action.--inline was used, pass the inline review content to /kramme:pr:resolve-review or make the smallest scoped fix directly; do not rely on local review-file discovery.Verify and rerun
/kramme:pr:code-review $ARGUMENTS after review-triggered code changes.kramme:pr:code-review produces REVIEW_OVERVIEW.md by default unless --inline is used.kramme:pr:resolve-review consumes REVIEW_OVERVIEW.md when resolving eligible file-backed findings, or explicit inline review content when --inline was used./kramme:workflow-artifacts:cleanup retires REVIEW_OVERVIEW.md when the review artifact is no longer needed./kramme:pr:autoreview
/kramme:pr:autoreview --parallel
/kramme:pr:autoreview tests errors --base origin/main
/kramme:pr:autoreview --inline --emphasize security
development
Guides topic-level understanding verification for a PR, branch, feature, document, spec, design decision, bug fix, or other concrete subject. Use when the user asks to confirm, quiz, drill, teach-and-check, or verify that they understand a topic. Maintains a topic-specific checklist artifact and requires demonstrated understanding before marking the topic complete. Not for ordinary explanations without verification, end-of-session summaries, or code/test correctness checks.
testing
Design a CI/CD pipeline with quality gates, a <10-minute budget, feature-flag lifecycle, and an exit checklist. Use when adding a new CI pipeline, changing gate configuration, or planning a rollout for a new service. Complementary to kramme:pr:fix-ci (which fixes failures in an existing pipeline). Covers gate ordering, secrets storage, branch protection, rollback mechanism, and staged-rollout guardrails — not a rollout-execution runbook.
tools
--- name: kramme:visual:demo-reel description: Capture local demo evidence for observable product behavior: screenshots, before/after image sets, browser reels, terminal recordings, and short GIF/video proof. Use when shipping UI changes, CLI features, or any change where PR reviewers would benefit from visual or behavioral evidence. argument-hint: "[what to capture] [--url <url>|auto] [--tier static|before-after|browser-reel|terminal-recording]" disable-model-invocation: true user-invocable: tr
testing
Drafts user-facing launch announcement copy for a shipped feature from PRs, diffs, changelog notes, or user-provided context. Supports changelog blurbs, short social posts, email snippets, and demo scripts. Use after rollout or when announcement drafts are needed. Drafts only; not for staged rollout, rollback decisions, posting, publishing, or internal changelog summaries.