Files
gh-lerianstudio-ring-default/skills/codify-solution/assets/resolution-template.md
2025-11-30 08:37:11 +08:00

1.9 KiB

date, problem_type, component, symptoms, root_cause, resolution_type, severity, project, language, framework, tags, related_issues
date problem_type component symptoms root_cause resolution_type severity project language framework tags related_issues
DATE
PROBLEM_TYPE
COMPONENT
{{SYMPTOM_1}}
ROOT_CAUSE
RESOLUTION_TYPE
SEVERITY
PROJECT|unknown
LANGUAGE|unknown
FRAMEWORK|none
TAG_1|untagged

{{TITLE}}

Problem

{{Brief description of the problem - what was happening, what was expected}}

Symptoms

{{List the observable symptoms - error messages, visual issues, unexpected behavior}}

{{Exact error message or log output if applicable}}

Context

  • Component: {{COMPONENT}}
  • Affected files: {{List key files involved}}
  • When it occurred: {{Under what conditions - deployment, specific input, load, etc.}}

Investigation

What didn't work

  1. {{First thing tried and why it didn't solve it}}
  2. {{Second thing tried and why it didn't solve it}}

Root Cause

{{Technical explanation of the actual cause - be specific}}

Solution

The Fix

{{Describe what was changed and why}}

// Before
{{Code that had the problem}}

// After
{{Code with the fix}}

Files Changed

File Change
{{file_path}} {{Brief description of change}}

Prevention

How to avoid this in the future

  1. {{Preventive measure 1}}
  2. {{Preventive measure 2}}

Warning signs to watch for

  • {{Early indicator that this problem might be occurring}}
  • {{Link to related solution docs or external resources}}