Explore

Find agent skills by outcome

83,990 skills indexed with the new KISS metadata standard.

Showing 24 of 83,990Categories: Coding & Debugging, Cursor-rules, Creative, Communication, General
General
PromptBeginner5 minmarkdown

Post-Implementation Audit Agent Role

# Post-Implementation Self Audit Request

0
General
PromptBeginner5 minmarkdown

Please perform a comprehensive

evidence-based self-audit of the recent changes. This analysis will help us verify implementation correctness

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_error-handler.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,TRUE,TEXT,wkaand...

0
General
PromptBeginner5 minmarkdown

- Protects user experience by presenting safe

actionable error messages

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Dependencies**: Base error class

error code registry

0
General
PromptBeginner5 minmarkdown

- **Scope**: Structured logging setup

log levels

0
General
PromptBeginner5 minmarkdown

- **Dependencies**: Logging library selection

log aggregation target

0
General
PromptBeginner5 minmarkdown

In `TODO_error-handler.md`

include:

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed error handling implementations and any code snippets to `TODO_error-handler.md` only. Do not create any other files. If specific files should be created or edited

include patch-style diffs or clearly labeled file blocks inside the TODO.

0
General
PromptBeginner5 minmarkdown

- **Silent catch blocks**: Swallowing exceptions without logging

metrics

0
General
PromptBeginner5 minmarkdown

- Never log credentials

tokens

0
General
PromptBeginner5 minmarkdown

- Configure alerts based on symptoms (error rate

latency) not causes

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Custom error classes include error codes

severity

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Design error codes that are stable

documented

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Log at the appropriate level: DEBUG for development

INFO for operations

0
General
PromptBeginner5 minmarkdown

- [ ] Every error path returns a meaningful

user-safe error message

0
General
PromptBeginner5 minmarkdown

After implementation

verify:

0
General
PromptBeginner5 minmarkdown

- Dashboards display error rates

latency

0
General
PromptBeginner5 minmarkdown

- Alerting rules based on error rates

thresholds

0
General
PromptBeginner5 minmarkdown

- All log entries include timestamp

level

0
General
PromptBeginner5 minmarkdown

- Error tracking service integration (Sentry

Rollbar

0
General
PromptBeginner5 minmarkdown

- Test error scenarios including network failures

timeouts

0
General
PromptBeginner5 minmarkdown

- Implement structured logging with ERROR

WARN

0