mirror of
https://github.com/gadievron/raptor.git
synced 2026-04-24 21:46:00 +03:00
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/raptor#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:td-crash-analysis-attempt2📝 Commits (1)
fcdff03Attempt 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.