~/topics/skill

Topic: skill

13 entries

skill·Jun 18, 2026

Remove trivial tests before they harden

An agent skill for replacing shallow AI-written coverage with tests that can catch real regressions.

4 min read0
skill·Jun 1, 2026

Write tests that can actually fail

Behavior checks, negative cases, regression coverage, and cleanup that keeps the next run honest.

2 min read0
skill·May 29, 2026

UI verification with real browser evidence

Run user and guest flows, include hard refreshes, and keep screenshots as proof of what changed.

2 min read0
skill·May 26, 2026

Root-cause investigation before edits

Find the exact source with file:line, name the systemic cause, and avoid masking symptoms with a patch.

2 min read0
skill·May 23, 2026

PHP to Python with golden-file parity

Move behavior across languages with fixture proof, uv tooling, and boring first-party libraries where they fit.

2 min read0
skill·May 20, 2026

Parallel agents with clean write scopes

Plan first, split the work into disjoint surfaces, fan out, then reconcile and verify the whole result.

2 min read0
skill·May 17, 2026

Observability that makes failures inspectable

Traceable logs, level control, test ids where they help, and no silent failure paths.

2 min read0
skill·May 14, 2026

Prove parity during a refactor

Capture reference behavior, separate public from internal fields, and make the new path match what matters.

2 min read0
skill·May 11, 2026

Docs and diagrams before the work is done

Update the README, comments, Mermaid flows, and AGENTS.md decisions while the context is still fresh.

2 min read0
skill·May 8, 2026

DaisyUI and Tailwind without visual drift

Use the real components, match the reference theme, and verify every page in light and dark.

2 min read0
skill·May 5, 2026

Compress a worklog without losing signal

Turn messy session notes into a dense developer journal while preserving decisions, commands, and evidence.

2 min read0
skill·Mar 17, 2026

Teach agents to read EXPLAIN

Give it the plan, get back the slow node, estimate drift, and the index worth testing.

2 min read0
skill·Mar 11, 2026

Gate production migrations before review

Block locking DDL, unsafe deploy order, and unbatched backfills before a human has to catch them.

2 min read0