hardening-resilience

Audit codebases for error handling, i18n, edge cases, and graceful degradation.

11|2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/porcupine-md/jonggrang --skill hardening-resilience
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hardening-resilience
Source: https://github.com/porcupine-md/jonggrang/tree/main/skills/library/backend/hardening-resilience
Command: npx skills add https://github.com/porcupine-md/jonggrang --skill hardening-resilience

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evaluate codebase resilience by auditing error handling, internationalization (i18n), text overflow handling, and edge-case management to reduce production risks and runtime failures.

Core Features & Use Cases

  • Audit dimensions: error handling, i18n coverage, edge-case handling, and graceful degradation.
  • Guided reporting: document gaps, causal factors, and recommended mitigations.
  • Use Case: As a Reviewer, you verify resilience across new features and generate a hardening report for the CI pipeline.

Quick Start

Run a hardening review on the active feature in .jonggrang/.output/features to produce a hardening-report.md.

Frequently Asked Questions about hardening-resilience

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

FAQPage Schema
What is code hardening and how does it improve application resilience?▼

Code hardening improves resilience by auditing error handling, i18n coverage, text overflow handling, and edge-case management to reduce production risks and runtime failures across backend and UI modules.

How do I audit my codebase for edge cases and error handling gaps?▼

Audit your codebase for error handling and edge cases by reviewing feature artifacts in .jonggrang/.output/features, evaluating graceful degradation, and documenting gaps and mitigations in a hardening-report.md file.

Can I generate a hardening report for the CI pipeline from a code review?▼

Yes, you can generate a hardening report for the CI pipeline by performing a guided resilience review that documents causal factors, recommended mitigations, and i18n coverage into hardening-report.md.

What's the best way to check internationalization coverage and text overflow handling?▼

The best way to check i18n coverage and text overflow handling is through a guided hardening review that evaluates these dimensions alongside graceful degradation to produce a structured resilience report.

Does this resilience review work for both backend features and UI modules?▼

Yes, this resilience review works for both backend features and UI modules across the lifecycle, auditing error handling, i18n, edge cases, and graceful degradation to reduce production risks.