Skip to content

improve(tools,skills): preserve hunk headers in git_diff, restructure github skill#829

Merged
bug-ops merged 2 commits intomainfrom
improve/github-skill-and-git-diff-filter
Feb 25, 2026
Merged

improve(tools,skills): preserve hunk headers in git_diff, restructure github skill#829
bug-ops merged 2 commits intomainfrom
improve/github-skill-and-git-diff-filter

Conversation

@bug-ops
Copy link
Owner

@bug-ops bug-ops commented Feb 25, 2026

Summary

  • Preserve @@ hunk header lines in git_diff filter output — these contain line numbers which are useful context for the LLM
  • Restructure github skill: compact SKILL.md with quick-reference table and links to detailed reference files
  • Add 8 reference files covering all gh CLI operations (issues, PRs, search, repos, releases, workflows, API, gists)
  • Add comprehensive search section with full query syntax, qualifiers table, and practical examples
  • Enforce gh search / gh api over curl for all GitHub interactions

Test plan

  • cargo +nightly fmt --check passes
  • cargo clippy --workspace -- -D warnings passes
  • cargo nextest run --workspace --lib --bins — 2691 passed
  • git_diff_compresses, git_diff_empty_fallback, git_diff_truncation_note, filter_diff_snapshot tests pass

…ructure github skill

- Keep @@ hunk header lines in git_diff filter output (line number context)
- Restructure github skill: compact SKILL.md with reference links
- Add detailed reference files for all gh CLI operations
- Add comprehensive search section with query syntax and qualifiers
@github-actions github-actions bot added documentation Improvements or additions to documentation skills SKILL.md system rust size/XL labels Feb 25, 2026
@bug-ops bug-ops enabled auto-merge (squash) February 25, 2026 03:15
- Add IDE Integration (ACP) section to root README with transport examples
- Rewrite docs/advanced/acp.md as a user-facing setup guide
- Add step-by-step instructions for Zed, Helix, VS Code
- Add configuration reference, model switching, troubleshooting
@bug-ops bug-ops merged commit 90e61be into main Feb 25, 2026
23 checks passed
@bug-ops bug-ops deleted the improve/github-skill-and-git-diff-filter branch February 25, 2026 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation rust size/XL skills SKILL.md system

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant