aif-fix

Fix code bugs with debug logging and regression test suggestions.

Updated May 16, 2026
One-click install
npx skills add https://github.com/vulikjulik/DeepLom --skill aif-fix-vulikjulik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-fix
Source: https://github.com/vulikjulik/DeepLom/tree/main/.opencode/skills/aif-fix
Command: npx skills add https://github.com/vulikjulik/DeepLom --skill aif-fix-vulikjulik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates inconsistent, unlogged bug fixes that lack regression testing and violate project coding conventions, ensuring all fixes are traceable, testable, and aligned with team standards.

Core Features & Use Cases

  • Dual Fix Modes: Choose between immediate fix for urgent issues or plan-first mode for complex bugs that require stakeholder review.
  • Project-Conformant Fixes: Automatically applies project-specific rules from skill-context to avoid violating local coding conventions or architecture boundaries.
  • Built-in Quality Guardrails: Mandates debug logging for all fixes and suggests regression test coverage to prevent future breakages.
  • Handoff Integration: Supports autonomous bug fixing workflows via Handoff mode for coordinated task management.
  • Use Case: A developer encountering a broken contract creation flow can use this skill to either apply an immediate fix with logging and a test suggestion, or generate a reviewable fix plan for team approval.

Quick Start

Use the aif-fix skill to fix the MetaMask signature validation error thrown during user wallet login, including adding debug logging and a regression test for invalid signature inputs.

Frequently Asked Questions about aif-fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix code bugs while ensuring they meet project coding conventions?

Fix code bugs while adhering to project-specific coding rules by automatically applying local conventions from skill-context. This ensures all bug resolutions respect architecture boundaries and team standards without manual checks.

How do I add debug logging and regression tests when applying a hotfix?

Apply a hotfix with debug logging and regression tests by mandating built-in quality guardrails for all code fixes. This approach suggests test coverage automatically, preventing future breakages while resolving the issue.

Does this bug fix approach work for frontend, backend, and smart contract development?

This bug fix approach works for frontend, backend, and smart contract development workflows. It resolves broken functionality across these environments, handling immediate hotfixes or planned bug resolution requiring team review.

What's the best way to resolve complex bugs that require stakeholder review?

Resolve complex bugs requiring stakeholder review by using the plan-first mode to generate a reviewable fix plan. This allows team approval before implementation, ensuring coordinated and transparent bug resolution.

Can I use autonomous bug fixing workflows with Handoff task management?

You can use autonomous bug fixing workflows via Handoff task management integration. This supports coordinated task management, allowing teams to track and manage planned bug resolutions efficiently.

Why should I mandate debug logging for all code fixes?

Mandate debug logging for all code fixes to ensure resolutions are fully traceable and testable. This eliminates inconsistent, unlogged fixes, providing clear visibility into the bug resolution process.