tag

systematic

5 indexed skills · max 10 per page

skills (5)

systematic-literature-review

huangwb8/chineseresearchlatex · Productivity

4

最少需要:

systematic-debugging

obra/superpowers · Productivity

1

Structured debugging methodology that mandates root cause investigation before attempting any fixes. \n \n Four-phase process: root cause investigation, pattern analysis, hypothesis testing, and implementation with mandatory test cases \n Requires completing Phase 1 (evidence gathering, error analysis, data flow tracing) before proposing any fixes; blocks symptom-based patching \n Includes diagnostic instrumentation guidance for multi-component systems and backward call-stack tracing techniques

literature-review

K-Dense Inc./literature-review · research

0

Conduct comprehensive, systematic literature reviews using multiple academic databases and generate professionally formatted documents.

systematic-debugging

davila7/claude-code-templates · Productivity

0

Random fixes waste time and create new bugs. Quick patches mask underlying issues.

systematic-debugging

sickn33/antigravity-awesome-skills · Productivity

0

Structured debugging methodology that enforces root cause investigation before attempting any fix. \n \n Enforces four sequential phases: root cause investigation, pattern analysis, hypothesis testing, and implementation; skipping phases or proposing fixes prematurely triggers a redirect \n Includes diagnostic instrumentation patterns for multi-component systems, data flow tracing techniques, and explicit red flags that signal you're guessing rather than investigating \n Stops after three failed