fix-bug
79Fix Bugs With Structured Triage
Debugging across backend and frontend can lose context and miss regression tests. This skill guides root cause analysis, minimal fixes, validation, and pull request handoff.
Review Architecture Changes
Architecture reviews often miss project-specific rules across backend, frontend, and documentation. This skill guides Claude, Codex, and Claude Code through a strict checklist for consistent review results.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "review-architecture" from https://skillstore.io/skills/crearize-review-architecture.md and its manifest at https://skillstore.io/api/skills/crearize-review-architecture/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "review-architecture". A backend pull request adds a user profile endpoint and a new validation error.
Expected outcome:
Overall decision: fail. Required fixes include adding the new error code to documentation, correcting endpoint naming, and replacing duplicated user lookup logic.
Using "review-architecture". A frontend pull request adds a settings form using custom controls and several hooks.
Expected outcome:
Overall decision: fail. Required fixes include using existing shadcn/ui controls, correcting hook dependencies, and moving visibility logic to the container layer.
Using "review-architecture". A documentation-only pull request updates the database design and feature specification.
Expected outcome:
Overall decision: pass. The documents are consistent with the stated feature behavior, and only minor wording improvements are suggested.
All static external command findings are false positives from Markdown inline code or fenced output examples. The high-entropy heuristic is also a false positive because SKILL.md is readable Japanese Markdown, not obfuscated content. No prompt injection, data exfiltration, or malicious intent was found.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/crearize-review-architecture/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/crearize-review-architecture?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/crearize-review-architecture?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/crearize-review-architecture/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/crearize-review-architecture.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Crearize. (2026). review-architecture security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/crearize-review-architecture/audits/8@techreport{crearize-crearize-review-architecture-2026,
author = {Crearize},
title = {review-architecture security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/crearize-review-architecture/audits/8},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "review-architecture security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "Crearize"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/crearize-review-architecture/audits/8"
identifiers:
- type: other
value: "skillstore:crearize-review-architecture:audit:8"
description: "Skillstore immutable audit report identifier"
Assess Spring Boot, MyBatis, Flyway, OpenAPI, and error-code changes against project standards.
Check TypeScript, React Hooks, Next.js App Router, shadcn/ui, forms, and component boundaries.
Confirm code, database, API, and documentation changes are aligned before QA handoff.
Review the current pull request with the review-architecture skill. Read the required project documents, inspect changed files, and report required fixes first.
Review the backend changes for architecture compliance. Focus on package structure, naming, service design, MyBatis, Flyway, error codes, and OpenAPI documentation.
Review the frontend changes for architecture compliance. Focus on TypeScript strict rules, React Hooks, App Router, shadcn/ui usage, forms, and component separation.
Perform a full architecture gate review. Compare backend, frontend, database, API, and documentation changes, then issue a pass or fail decision with concrete file-level fixes.
Author
CrearizeLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
d11af420e07cd866fe39cfa937efef3223896c06
Maintenance freshness
7/18/2026
Usage
7 downloads · 284 views
File structure
📄 SKILL.md
Fix Bugs With Structured Triage
Debugging across backend and frontend can lose context and miss regression tests. This skill guides root cause analysis, minimal fixes, validation, and pull request handoff.
Build Spring Boot Backend APIs
Backend changes can drift from project conventions, database docs, and test expectations. This skill gives a structured Spring Boot/MyBatis workflow from task intake through API, data, tests, and verification.
Create GitHub Pull Requests
Pull request preparation can be slow when commits, files, tests, and issue links must be summarized. This skill reviews repository changes, drafts PR text, pushes the branch, and opens the PR with GitHub CLI.
Generate Type-Safe API Clients
Manual API client updates drift when OpenAPI contracts change. This skill guides Orval generation and type checking so frontend clients stay aligned.
Convert Figma Variables to Tailwind CSS
Figma MCP output can contain design variables and inline styles that are hard to maintain. This skill maps those values to standard Tailwind CSS classes and project tokens.
Refactor Code Safely
Refactoring can improve code but may introduce regressions when changes are broad. This skill guides phased analysis, small edits, tests, rollback planning, and clear reports.
Review Code with Structured Quality Checks
by alirezarezvani
Code reviews can miss quality, security, and maintainability issues. This skill guides structured reviews with scripts, checklists, and report generation.
Build Reliable Backend APIs
by alirezarezvani
Backend projects often need consistent planning across APIs, databases, security, and deployment. This skill gives Claude, Codex, and Claude Code structured backend guidance with simple helper scripts and references.
Build React Email Templates
by resend
HTML email work is difficult because email clients render styles differently. This skill guides Claude, Codex, and Claude Code through React Email templates, previews, sending, and accessibility.
Implement React View Transitions
by vercel-labs
React view transitions are easy to misplace, causing silent or noisy animations. This skill guides route, Suspense, list, and shared element animation choices.
Improve Vue 3 TypeScript Practices
by hyf0
Vue TypeScript projects often hit confusing template, router, and Volar errors. This skill gives targeted Vue 3 fixes for Codex, Claude, and Claude Code.
Improve Vue Options API Code
by vuejs-ai
Vue Options API projects often lose type safety and correct this binding. This skill gives focused rules for safer Vue 3 components.