[PR #3] [MERGED] Attempt to merge #2. Avoiding the python, relying only on Claude skil… #17

Closed
opened 2026-03-02 04:07:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gadievron/raptor/pull/3
Author: @thomasdullien
Created: 11/25/2025
Status: Merged
Merged: 11/25/2025
Merged by: @thomasdullien

Base: mainHead: td-crash-analysis-attempt2


📝 Commits (1)

  • fcdff03 Attempt to merge #2. Avoiding the python, relying only on Claude skills + agents

📊 Changes

16 files changed (+1701 additions, -1 deletions)

View changed files

.claude/agents/coverage-analysis-generator-agent.md (+77 -0)
.claude/agents/crash-analysis-agent.md (+70 -0)
.claude/agents/crash-analyzer-agent.md (+108 -0)
.claude/agents/crash-analyzer-checker-agent.md (+93 -0)
.claude/agents/function-trace-generator-agent.md (+79 -0)
.claude/commands/crash-analysis.md (+53 -0)
.claude/skills/crash-analysis/function-tracing/SKILL.md (+115 -0)
.claude/skills/crash-analysis/function-tracing/trace_instrument.c (+101 -0)
.claude/skills/crash-analysis/function-tracing/trace_to_perfetto.cpp (+216 -0)
.claude/skills/crash-analysis/gcov-coverage/SKILL.md (+98 -0)
.claude/skills/crash-analysis/line-execution-checker/SKILL.md (+65 -0)
.claude/skills/crash-analysis/line-execution-checker/line_checker.cpp (+161 -0)
.claude/skills/crash-analysis/rr-debugger/SKILL.md (+80 -0)
.claude/skills/crash-analysis/rr-debugger/scripts/crash_trace.py (+145 -0)
📝 CLAUDE.md (+2 -1)
docs/crash-analysis.md (+238 -0)

📄 Description

Test with /crash-analysis https://trac.ffmpeg.org/ticket/11693 https://github.com/FFmpeg/FFmpeg.git


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gadievron/raptor/pull/3 **Author:** [@thomasdullien](https://github.com/thomasdullien) **Created:** 11/25/2025 **Status:** ✅ Merged **Merged:** 11/25/2025 **Merged by:** [@thomasdullien](https://github.com/thomasdullien) **Base:** `main` ← **Head:** `td-crash-analysis-attempt2` --- ### 📝 Commits (1) - [`fcdff03`](https://github.com/gadievron/raptor/commit/fcdff03a970ea34fda1dcc52780710262a00e089) Attempt to merge #2. Avoiding the python, relying only on Claude skills + agents ### 📊 Changes **16 files changed** (+1701 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.claude/agents/coverage-analysis-generator-agent.md` (+77 -0) ➕ `.claude/agents/crash-analysis-agent.md` (+70 -0) ➕ `.claude/agents/crash-analyzer-agent.md` (+108 -0) ➕ `.claude/agents/crash-analyzer-checker-agent.md` (+93 -0) ➕ `.claude/agents/function-trace-generator-agent.md` (+79 -0) ➕ `.claude/commands/crash-analysis.md` (+53 -0) ➕ `.claude/skills/crash-analysis/function-tracing/SKILL.md` (+115 -0) ➕ `.claude/skills/crash-analysis/function-tracing/trace_instrument.c` (+101 -0) ➕ `.claude/skills/crash-analysis/function-tracing/trace_to_perfetto.cpp` (+216 -0) ➕ `.claude/skills/crash-analysis/gcov-coverage/SKILL.md` (+98 -0) ➕ `.claude/skills/crash-analysis/line-execution-checker/SKILL.md` (+65 -0) ➕ `.claude/skills/crash-analysis/line-execution-checker/line_checker.cpp` (+161 -0) ➕ `.claude/skills/crash-analysis/rr-debugger/SKILL.md` (+80 -0) ➕ `.claude/skills/crash-analysis/rr-debugger/scripts/crash_trace.py` (+145 -0) 📝 `CLAUDE.md` (+2 -1) ➕ `docs/crash-analysis.md` (+238 -0) </details> ### 📄 Description Test with /crash-analysis https://trac.ffmpeg.org/ticket/11693 https://github.com/FFmpeg/FFmpeg.git --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:07:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/raptor#17
No description provided.