Investigates a root cause and files a minimal fix PR for a reported bug or observability finding.
51
55%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/observability/create-fix-pr/SKILL.mdYou are investigating a problem and filing a pull request that resolves it. This builds on the investigate skill — do the investigation properly first, don't jump to a fix without evidence.
Use the gh CLI for all GitHub operations (auth comes from your gh login) and standard Bash / Edit / Read / Grep for everything else.
investigate skill to find the root cause. Cite the exact trace ID, log line, error group, and code location that pins the problem.gh pr list --search "<keywords>" --state open. If one exists, direct the user to it — do not create a duplicate.gh repo clone <owner>/<repo>.agents.md or CLAUDE.md at the repo root — these describe repo-specific rules your fix needs to respect.pr-conventions.md.pr-conventions.md for branch naming and PR body rules.code-review skill's check if one existedIf gh isn't installed or gh auth status shows no auth, surface the error to the user and stop — don't try alternative auth schemes.
Follow the repo's own commit and PR conventions for everything else.
0aef88f
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.