build-check
Run the complete build verification pipeline (lint, tests, security audit, architecture review, QA, changelog)
Multi-dimensional code review — correctness, readability, architecture, security, performance. Use before merging any change, after completing a feature, or when evaluating code produced by another agent.
This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.
Install skill "code-review-and-quality" with this command: npx skills add Bokazan/skillsmp-bokazan-bokazan-code-review-and-quality
This source entry does not include full markdown content beyond metadata.
This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
Run the complete build verification pipeline (lint, tests, security audit, architecture review, QA, changelog)
Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that renders in a browser — DOM inspection, console errors, network analysis, performance profiling, accessibility verification.
Reduces code complexity while preserving exact behavior. Applies Chesterton's Fence principle — understand before removing. Use after implementing features, or on request via /code-simplify.
Systematic debugging with structured triage. Use when tests fail, the build breaks, runtime behavior is wrong, or a bug report arrives. Stop the line, preserve evidence, find the root cause.