daily-bugfix-check

Review the current author's last 24 hours of commits for bugs and generate a report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automatically reviews the current author's commits from the last 24 hours to identify and fix bugs, helping keep code quality high and reduce manual triage time.

Core Features & Use Cases

  • Identify recent commits: scans the last 24 hours for the current author and collects touched files.
  • Analyze changes for bugs: runs lint checks (ReadLints) and examines diffs for issues such as undefined references, missing imports, type mismatches, and logic errors.
  • Apply minimal fixes and report: triages bugs, applies targeted changes, and generates a concise report of findings with root causes and fixes.
  • Use Case: for daily development sprints, quickly surface and repair bugs introduced in the day's work.

Quick Start

Run the daily bugfix check to review today's commits by the current author and apply confirmed fixes.

Frequently Asked Questions about daily-bugfix-check

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

FAQPage Schema
How do I automatically review recent git commits for bugs?

To automatically review recent git commits for bugs, this skill identifies the current author's commits from the last 24 hours, runs lint checks, examines diffs, and applies minimal fixes to resolve detected issues.

What types of code errors can automated commit diff analysis detect?

Automated commit diff analysis detects undefined references, missing imports, type mismatches, and logic errors by running lint checks and reviewing code changes across all touched files.

How do I fix bugs in today's commits during a daily development sprint?

To fix bugs in today's commits during a daily development sprint, run a daily bugfix check to triage issues, apply targeted changes, and generate a report with root causes and bug counts.

Does automated code review work with existing git commit history?

Yes, automated code review works with existing git commit history by scanning the last 24 hours of commits by the current author to collect touched files and assess them for bugs.

What is included in an automated bugfix report for recent code changes?

An automated bugfix report for recent code changes includes detailed findings, actions taken, a summary of bugs fixed, and counts with root causes for each detected issue.