workflow-review-changes
[BLOCKING] Execute skill steps in declared order. NEVER skip, reorder, or merge steps without explicit user approval. [BLOCKING] Before each step or sub-skill call, update task tracking: set
in_progresswhen step starts, setcompletedwhen step ends. [BLOCKING] Every completed/skipped step MUST include brief evidence or explicit skip reason. [BLOCKING] If Task tools are unavailable, create and maintain an equivalent step-by-step plan tracker with the same status transitions.
IMPORTANT MANDATORY Steps: /review-changes -> [parallel batch] /review-architecture + /review-domain-entities (if entity changes) + /performance + /integration-test-review + /security -> /code-simplifier -> /code-review -> /integration-test-verify -> /plan -> /plan-validate -> /why-review -> /cook -> fresh sub-agent re-review gate -> /docs-update -> /watzup -> /workflow-end
[WORKFLOW-IN-WORKFLOW: MUST RUN AS SUB-AGENT when inside another workflow] This skill activates the full
review-changesworkflow (16 steps). When invoked as a step inside a parent workflow (e.g.,feature,bugfix,refactor), it MUST execute viaAgenttool (subagent_type: "code-reviewer") — NEVER as an inlineSkilltool call. Inline execution absorbs 16 steps of context into the parent session.Sub-agent prompt must include: current git diff, feature/task description, instruction to return SYNC:subagent-return-contract summary and write full findings to
plans/reports/.Standalone invocation (not inside a workflow): inline execution is fine — no sub-agent required.
[BLOCKING] Each step MUST ATTENTION invoke its
Skilltool — marking a taskcompletedwithout skill invocation is a workflow violation. NEVER batch-complete validation gates. [FRESH SUB-AGENT RE-REVIEW] After fixes in/cook, spawn a fresh sub-agent perSYNC:fresh-context-reviewfor unbiased re-review. Max 3 fresh rounds per conversation.
More from duc01226/easyplatform
pdf-to-markdown
[Document Processing] Use when you need to convert PDF files to Markdown with support for native text PDFs and scanned documents (OCR).
683markdown-to-docx
[Document Processing] Use when you need to convert markdown files to Microsoft Word ( DOCX) format with GFM support and math rendering.
433markdown-to-pdf
[Document Processing] Use when you need to convert markdown files to PDF with syntax highlighting and custom CSS support.
403docx-to-markdown
[Document Processing] Use when you need to convert Microsoft Word ( DOCX) files to Markdown with GFM support (tables, images, code blocks).
294ui-ux-pro-max
[Frontend] Frontend UI/UX design intelligence - activate FIRST when user requests beautiful, stunning, gorgeous, or aesthetic interfaces. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks. Triggers on ui design, ux design, design system, color palette, typography, glassmorphism, claymorphism, neumorphism, bento grid, font pairing, ui-ux-pro-max, stunning interface, beautiful ui.
83arch-security-review
[Architecture] Use when reviewing code for security vulnerabilities, implementing authorization, or ensuring data protection.
64