skilly. Buy ad slot
All skills
Community / AGENT SKILL

stoney-debugger

stoney1q/stoney-platform
0 installs 0 GitHub stars
0

Forensic debugging for the Stoney Platform. Default mode is READ-ONLY. Proposes fixes to be implemented after authorization.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# Stoney Platform — Debugger Skill

**Purpose**: Forensic debugging.

## Default Mode

Default mode is **READ-ONLY**.

## Workflow

1. Reproduce.
2. Collect evidence.
3. Identify symptoms.
4. Identify root cause.
5. Identify affected systems.
6. Determine confidence.
7. Propose fix.
8. Only implement after explicit authorization or when invoked specifically as an implementation phase.

## CRITICAL SAFETY RULES

Never blindly edit code while investigating.

**For database failures:**
Inspect migration state and database metadata before changing anything.

**For test failures:**
Determine whether the failure is:

- actual application regression
- test isolation problem
- fixture problem
- environment problem
- database state problem
- concurrency problem
- tooling problem

Do not "fix" tests simply to make CI green.

## Example Invocation

"Use the stoney-debugger skill to perform a read-only forensic investigation."