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 --severity critical,important when it fits the report's recommended action. The severity filter keeps this loop from processing suggestion-severity advisory findings it never triaged.--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
tools
Requires Linear MCP. Implements one Linear issue end to end, selects applicable code-review, convention, and PR-refactor gates, runs them to bounded convergence, verifies, and optionally opens the PR and iterates on CI and review feedback until green. Use when the user wants a single Linear issue taken from implementation through a clean Pull Request. Not for implementation-only work, SIW-tracked issues, stacked PRs, existing PR updates, or post-merge rollout.
development
Reviews PR and local changes for convention drift and overcaution against documented rules and mined peer-file practice. Use for new patterns, dependencies, abstractions, or defensive complexity that departs from established practice; every finding cites evidence. Supports --inline. Not for general code quality (use kramme:pr:code-review) or spec review (use kramme:siw:spec-audit --team).
testing
Charts huge or foggy initiatives into a local `.context` decision map and resolves one typed frontier ticket per session until the work is ready for SIW or another execution workflow. Use when the route to a destination cannot fit in one agent session or parallel workspaces need coordinated planning state. Not for clear specs, ordinary issue decomposition, implementation, or Linear-native tracking.
development
Investigates a question against primary sources and saves one cited Markdown artifact. Use for reading legwork: official docs/API facts, source-code or spec checks, standards, and first-party service behavior before planning or implementation. Not for making product or architecture decisions, implementing code, broad web search, secondary blog summaries, or uncited answers.