debug

Analyze application logs, SQLite databases, and git history to diagnose software issues.

3.9k|296|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill debug-parcadei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/debug
Command: npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill debug-parcadei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you diagnose and understand software issues by investigating logs, database states, and git history without needing to edit files directly.

Core Features & Use Cases

  • Log Analysis: Quickly find and analyze recent application logs for errors and warnings.
  • Database Inspection: Query SQLite databases to check current states and identify anomalies.
  • Git History Review: Examine recent commits and file changes to understand the context of an issue.
  • Use Case: You encounter an unexpected error during manual testing. Use this Skill to check the latest logs and recent git commits to pinpoint the cause without leaving your current context.

Quick Start

Use the debug skill to investigate the current issue by checking recent logs and git status.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I diagnose software issues using application logs and git history?

To diagnose software issues, you can analyze application logs and recent git commits to pinpoint the cause of errors. This approach checks system behavior and recent file changes to identify anomalies without editing files directly.

What is the best way to check SQLite database states during manual testing?

The best way to check SQLite database states during manual testing is to query the databases directly to identify anomalies. This database inspection reveals current data states and helps correlate them with unexpected application errors.

Can I investigate recent git commits to understand the context of an unexpected error?

Yes, you can investigate recent git commits to understand the context of an unexpected error. Reviewing git history and file changes clarifies recent modifications in the repository that might have triggered the issue.

How do I analyze application logs for warnings and errors without leaving my current context?

You analyze application logs for warnings and errors by searching recent log files for system behavior insights. This log analysis finds issues quickly during implementation phases without requiring you to leave your current context.

Do I need access to log files and SQLite databases to troubleshoot effectively?

Yes, you need access to log files, SQLite databases, and git repositories to troubleshoot effectively. Comprehensive error analysis requires these dependencies to correlate system behavior, data states, and recent code changes.