recent-code-bugfix

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

16|3|Updated May 5, 2026
One-click install
npx skills add https://github.com/Kevin-Liu-01/Agent-Machines --skill recent-code-bugfix-kevin-liu-01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recent-code-bugfix
Source: https://github.com/Kevin-Liu-01/Agent-Machines/tree/main/knowledge/skills/recent-code-bugfix
Command: npx skills add https://github.com/Kevin-Liu-01/Agent-Machines --skill recent-code-bugfix-kevin-liu-01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find and fix bugs introduced by the current author within the last week in the local working directory, enabling proactive maintenance when prompts are empty or triage is needed.

Core Features & Use Cases

  • Scope the recent changes by author and time window using Git.
  • Prioritize defects directly tied to the author's edits and reproduce failures locally.
  • Apply minimal, standards-compliant fixes and verify with targeted checks.
  • Example: When prompt is empty or triage is required, surface root causes quickly.

Quick Start

Run the bugfix workflow in the current repo to locate recent author commits, implement a minimal fix, and verify the resolution.

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 and fix bugs in my recent git commits?

To find and fix bugs in recent git commits, scope the changes by author and time window using Git, prioritize defects tied to the author's edits, apply minimal fixes, and verify with targeted local checks.

How can I triage code failures when my prompt is empty?

Triage code failures with an empty prompt by running a bugfix workflow that surfaces recent author commits, analyzes lint issues or test failures, and ties the root cause directly to recent local edits.

What is the best way to locate root causes of lint issues introduced in the last week?

The best way to locate root causes of recent lint issues is using Git to identify changed files from the last week, analyzing failures tied to the current author, and applying minimal standards-compliant fixes.

Can I use local tests to verify minimal bugfixes without running the full test suite?

Yes, you can verify minimal bugfixes by running targeted local checks that validate the specific changed files and failures identified through the recent author commit scope, avoiding the full test suite.

Does this bugfix workflow apply to bugs not directly tied to the current author's edits?

No, this bugfix workflow specifically scopes and prioritizes defects directly tied to the current author's edits within the last week, ensuring the root cause originates from their recent changes.

How do I revalidate code after applying minimal fixes to recent changes?

Revalidate code after applying minimal fixes by running targeted local checks that reproduce the original failures, ensuring the standards-compliant fixes resolve the specific author-introduced bugs.