ln-629-lifecycle-auditor

Audit application lifecycle deficiencies and output JSON findings with severity scores.

534|73|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-629-lifecycle-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-629-lifecycle-auditor
Source: https://github.com/levnikolaevich/claude-code-skills/tree/main/ln-629-lifecycle-auditor
Command: npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-629-lifecycle-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Lifecycle auditor checks bootstrap order, graceful shutdown, and readiness probes.

Core Features & Use Cases

  • Validate bootstrap initialization order
  • Verify graceful shutdown and resource cleanup
  • Check liveness/readiness probes

Quick Start

Audit the application's lifecycle hooks and readiness endpoints.

Frequently Asked Questions about ln-629-lifecycle-auditor

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

FAQPage Schema
How do I audit an application's lifecycle and startup health?

Lifecycle auditing examines bootstrap initialization order, graceful shutdown handling, resource cleanup, signal processing, and Kubernetes probes. The auditor analyzes your running application and codebase to generate structured findings with severity levels, locations, and remediation effort estimates.

What does graceful shutdown validation check?

Graceful shutdown validation verifies that your application properly handles SIGTERM and SIGINT signals, cleans up resources on exit, and propagates signals correctly. It identifies missing handlers and improper cleanup that could cause data loss or orphaned processes in containerized environments.

Can I check Kubernetes liveness and readiness probes with this auditor?

Yes. The auditor validates that your application exposes proper liveness and readiness probe endpoints required by Kubernetes. It detects missing or misconfigured probes that prevent correct pod orchestration and traffic routing.

What bootstrap order issues does the auditor detect?

Bootstrap order auditing identifies initialization sequence problems—such as dependencies started before their prerequisites or services attempted before configuration loads. These issues cause startup failures or race conditions in containerized workers.

What format does the auditor output?

The auditor generates a JSON findings payload containing discovered lifecycle deficiencies, each with severity, location in code, estimated remediation effort, and actionable recommendations. It also computes an overall health score.