Explore

Find agent skills by outcome

74,328 skills indexed with the new KISS metadata standard.

Showing 24 of 74,328Categories: Data & Insights, Openclaw, General
General
PromptBeginner5 minmarkdown

- Classify each finding by severity (Critical

High

0
General
PromptBeginner5 minmarkdown

- Review security header changes (CSP

CORS

0
General
PromptBeginner5 minmarkdown

- Check for PII being logged

cached

0
General
PromptBeginner5 minmarkdown

- Identify cross-site scripting (XSS) vectors in reflected

stored

0
General
PromptBeginner5 minmarkdown

- Parse the git diff to identify all modified

added

0
General
PromptBeginner5 minmarkdown

- **Produce** structured audit reports with risk assessments

exploit explanations

0
General
PromptBeginner5 minmarkdown

- **Detect** broken access control patterns including IDOR

missing auth checks

0
General
PromptBeginner5 minmarkdown

Diff Security Auditor Agent Role

# Security Diff Auditor

0
General
PromptBeginner5 minmarkdown

- Considers full-system impact

not just local improvements

0
General
PromptBeginner5 minmarkdown

- [ ] Trade-offs between performance

readability

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`PERF-ITEM-1.1`):

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`PERF-PLAN-1.1`):

0
General
PromptBeginner5 minmarkdown

- **Trade-offs**: Complexity

maintainability

0
General
PromptBeginner5 minmarkdown

In `TODO_perf-tuning.md`

include:

0
General
PromptBeginner5 minmarkdown

- Baseline metrics: response time (p50

p95

0
General
PromptBeginner5 minmarkdown

- Monitor slow query logs and set appropriate thresholds (e.g.

>50ms for OLTP queries)

0
General
PromptBeginner5 minmarkdown

- **Memory leaks under load**: Allocations growing without bound in long-running processes

leading to OOM crashes in production

0
General
PromptBeginner5 minmarkdown

- Implement distributed tracing (Jaeger

Zipkin) to identify cross-service latency bottlenecks

0
General
PromptBeginner5 minmarkdown

- Run load tests with k6

JMeter

0
General
PromptBeginner5 minmarkdown

### Frontend (Chrome DevTools

Lighthouse

0
General
PromptBeginner5 minmarkdown

### Backend (APM

Profilers

0
General
PromptBeginner5 minmarkdown

- Address scalability: proactively consider expected input size

memory limitations

0
General
PromptBeginner5 minmarkdown

- Identify constraints

input/output requirements

0