---
name: fix-bug
description: Fix a Bug
visibility: public
type: launch
director: CTO
base: null
url: navigateengine.com/skill/fix-bug
---

# Fix a Bug

## input

A bug that needs to be diagnosed and fixed.

## process

1. Restate as expected vs actual behaviour
2. Identify entry point: file/function/endpoint
3. Read code path end-to-end
4. Identify root cause: specific line(s) and faulty logic
5. Implement minimal fix
6. Verify fix
7. Check for collateral regressions

## output

Executed action with status report.

## checks

```json
["Bug stated as expected vs actual","Root cause names specific line","Fix is minimal","No unrelated code modified","Fix verified","Regressions checked"]
```
