recent-code-bugfix

Identify and fix bugs from the author's recent Git commits.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tktaf/codex --skill recent-code-bugfix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recent-code-bugfix
Source: https://github.com/tktaf/codex/tree/main/skills/recent-code-bugfix
Command: npx skills add https://github.com/tktaf/codex --skill recent-code-bugfix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you proactively identify and fix bugs that you introduced in your own code within the last week, ensuring the stability of your recent changes.

Core Features & Use Cases

  • Automated Bug Detection: Identifies defects directly attributable to your recent commits.
  • Targeted Fix Implementation: Applies minimal, convention-aligned fixes to resolve identified issues.
  • Verification: Attempts to validate the fix using the smallest possible verification step.
  • Use Case: When you suspect a recent change you made caused a test failure or a runtime error, this Skill can help pinpoint and resolve the issue.

Quick Start

Find and fix a bug in my recent code changes.

Frequently Asked Questions about recent-code-bugfix

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

FAQPage Schema
How do I find bugs in my recent git commits?

To find bugs in recent git commits, this Skill analyzes your local Git logs to identify changes made by the current author within the last week. It correlates test failures or runtime errors directly to your touched files and recent commits.

What is the best way to fix a runtime error I just introduced?

The best way to fix a runtime error you just introduced is using automated detection to pinpoint defects in your recent changes. This Skill implements minimal, convention-aligned fixes specifically targeting the identified issues.

Can I automatically verify a bugfix in my local working directory?

Yes, you can automatically verify a bugfix in your local working directory. After applying a minimal fix, the Skill attempts to validate the resolution by executing the smallest possible verification step.

Does this bugfix tool work with code changes from other authors?

No, this bugfix tool does not work with code changes from other authors. It operates strictly by identifying and resolving defects directly linked to the current author's own changes within the last week in the local working directory.

What are the limitations of automating recent code bugfixes?

A limitation of automating recent code bugfixes is its strict scope: it only analyzes the current author's commits from the last week. It focuses on minimal fixes and may not resolve complex defects outside these recent touched files.