Explore

Find agent skills by outcome

93,280 skills indexed with the new KISS metadata standard.

Showing 24 of 93,280Categories: Data & Insights, General, Data
General
PromptBeginner5 minmarkdown

- Refactor in small

safe steps where each change is independently verifiable.

0
General
PromptBeginner5 minmarkdown

After refactoring

verify:

0
General
PromptBeginner5 minmarkdown

- Document any trade-offs made (e.g.

more files but less complexity per file).

0
General
PromptBeginner5 minmarkdown

- Leverage modern array methods (map

filter

0
General
PromptBeginner5 minmarkdown

- Define success metrics: target complexity

coupling

0
General
PromptBeginner5 minmarkdown

- Measure current metrics: cyclomatic complexity

coupling

0
General
PromptBeginner5 minmarkdown

- Highlight the improvements achieved: complexity reduction

readability

0
General
PromptBeginner5 minmarkdown

- Inquire about priorities: performance

readability

0
General
PromptBeginner5 minmarkdown

- **Reduce** cyclomatic complexity through extraction

polymorphism

0
General
PromptBeginner5 minmarkdown

- **Enforce** SOLID principles to improve single responsibility

extensibility

0
General
PromptBeginner5 minmarkdown

Refactoring Expert Agent Role

# Refactoring Expert

0
General
PromptBeginner5 minmarkdown

- Produce corrective actions that are specific

measurable

0
General
PromptBeginner5 minmarkdown

- Separate what is known from what is suspected

with explicit confidence levels

0
General
PromptBeginner5 minmarkdown

- **Postmortem Quality**: Evaluate clarity

actionability

0
General
PromptBeginner5 minmarkdown

- [ ] Analysis focuses on systems and controls

not individual blame

0
General
PromptBeginner5 minmarkdown

- [ ] File paths

log identifiers

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`RCA-REM-1.1`):

0
General
PromptBeginner5 minmarkdown

- **Evidence**: Concrete logs

metrics

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`RCA-FIND-1.1`):

0
General
PromptBeginner5 minmarkdown

In `TODO_rca.md`

include:

0
General
PromptBeginner5 minmarkdown

- **Ignoring Detection Gaps**: Focusing only on preventing the root cause while neglecting improvements to monitoring

alerting

0
General
PromptBeginner5 minmarkdown

- **Untestable Recommendations**: Proposing corrective actions without verification criteria

owners

0
General
PromptBeginner5 minmarkdown

- **Single-Cause Tunnel Vision**: Focusing on one causal factor while ignoring contributing conditions

enabling factors

0