error-handler

Generate and review exception handling code for ScalarDB applications.

12|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/wfukatsu/nexus-architect --skill error-handler-wfukatsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-handler
Source: https://github.com/wfukatsu/nexus-architect/tree/main/skills/error-handler
Command: npx skills add https://github.com/wfukatsu/nexus-architect --skill error-handler-wfukatsu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of generating and reviewing exception handling code for ScalarDB applications, ensuring robust error management.

Core Features & Use Cases

  • Exception Handling Code Generation: Automatically create try/catch patterns with retry logic and proper rollback handling.
  • Code Review: Analyze existing code for common errors in exception handling, such as incorrect catch order and missing rollback.
  • Use Case: When developing a ScalarDB application, use this Skill to generate exception handling code for CRUD operations or review your existing code for potential issues.

Quick Start

Generate exception handling code for a CRUD API with 1PC: /scalardb:error-handler generate CRUD API + 1PC

Frequently Asked Questions about error-handler

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement retry logic for ScalarDB transaction exceptions?

To implement retry logic for ScalarDB exceptions, generate try/catch patterns with proper rollback handling to ensure transactional integrity and automatic recovery during CRUD operations.

How do I review existing ScalarDB exception handling code for common errors?

Review existing ScalarDB exception handling code by analyzing catch blocks for incorrect catch order and missing rollback statements to ensure proper transactional recovery mechanisms are in place.

Does ScalarDB exception handling support both CRUD API and JDBC/SQL interfaces?

ScalarDB exception handling supports both CRUD API and JDBC/SQL interfaces, generating error management code that maintains transactional integrity across different database interaction methods.

What is the best way to handle rollbacks in ScalarDB CRUD operations?

The best way to handle rollbacks in ScalarDB CRUD operations is generating exception handling code that integrates rollback mechanisms directly within try/catch patterns to preserve transactional integrity.

Why does my ScalarDB transaction fail without proper exception handling?

ScalarDB transactions fail without proper exception handling because missing rollback logic and incorrect catch order disrupt transactional integrity, preventing successful recovery from operational errors.