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.
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.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "develop-backend" from https://skillstore.io/skills/crearize-develop-backend.md and its manifest at https://skillstore.io/api/skills/crearize-develop-backend/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 "develop-backend". Add a user profile API with a new table.
Expected outcome:
Using "develop-backend". Refactor account service validation without changing API behavior.
Expected outcome:
Using "develop-backend". Prepare a backend task for handoff.
Expected outcome:
A concise handoff summary covering changed layers, test results, documentation updates, and server startup confirmation.
Most static hits are Markdown backticks, inline file paths, or documentation snippets, so they are false positives. I confirmed the git pull and Gradle execution instructions because they can modify the workspace or execute project code. I found no prompt injection, credential collection, data exfiltration, or obfuscated payload in SKILL.md.
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
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-develop-backend/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/crearize-develop-backend?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/crearize-develop-backend?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/crearize-develop-backend/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/crearize-develop-backend.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). develop-backend security audit report (audit version 10) [Author version unspecified]. Skillstore. https://skillstore.io/skills/crearize-develop-backend/audits/10@techreport{crearize-crearize-develop-backend-2026,
author = {Crearize},
title = {develop-backend security audit report (audit version 10)},
institution = {Skillstore},
year = {2026},
number = {10},
url = {https://skillstore.io/skills/crearize-develop-backend/audits/10},
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: "develop-backend security audit report (audit version 10)"
version: "unspecified"
type: report
authors:
- name: "Crearize"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/crearize-develop-backend/audits/10"
identifiers:
- type: other
value: "skillstore:crearize-develop-backend:audit:10"
description: "Skillstore immutable audit report identifier"
Follow the project sequence for DTOs, controllers, services, mappers, tests, and OpenAPI updates.
Plan Flyway migrations, mapper changes, database documentation, and regression tests in one workflow.
Check branch state, issue linkage, lint results, coverage, server startup, and final reporting before handoff.
Use develop-backend to implement a read-only Spring Boot endpoint for [feature]. Include DTOs, service logic, mapper changes, tests, and OpenAPI updates.
Use develop-backend for [feature] that needs a new table. Plan Flyway migration, entity, mapper XML, service rules, error codes, and tests.
Use develop-backend to refactor [service area]. Preserve API behavior, reuse product.util helpers, remove duplicate logging, and verify lint, tests, and coverage.
Use develop-backend to finish [issue number]. Validate server startup, endpoint behavior, migration application, documentation updates, and completion report contents.
Author
CrearizeLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
0519034dad657fb1f7706e0550e962beeda73fdf
Maintenance freshness
7/18/2026
Usage
10 downloads · 212 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.
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.
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.
Build Reliable Test Automation
by 89jobrien
Weak tests slow releases and hide regressions. This skill guides test strategy, TDD, automation, coverage review, and Playwright web checks.
审查 Java 代码是否符合阿里规范
by ns3154
Java 团队需要统一的编码规范和审查口径。本 skill 使用阿里巴巴 Java 开发手册指导审查、生成和重构。
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.
Plan Reliable Tests Across Your Codebase
by 0xDarkMatter
This skill helps teams choose test strategies, mocks, data fixtures, coverage gates, and CI patterns without mixing test scopes. It gives Claude, Codex, and Claude Code structured guidance for unit, integration, end-to-end, TDD, and pipeline testing.
Debug Technical Failures Systematically
by Asmayaseen
Quick fixes often hide the real cause and create regressions. This skill structures investigation, hypothesis testing, implementation, and verification around collected evidence.
Build Better Go Tests
by 89jobrien
Go teams need consistent tests across units, integrations, mocks, benchmarks, and coverage. This skill provides practical Go testing patterns that Claude, Codex, and Claude Code can apply during development.