Thrunt pr branch
Threat hunting command system for agentic IDEs
npx -y skills add backbay-labs/thrunt-god --skill thrunt-pr-branchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Create a clean PR branch by filtering out .planning/ commits — ready for code review
SKILL.md
0.7 KB, as published. Nobody here has run it
<objective>
Create a clean branch suitable for pull requests by filtering out .planning/ commits
from the current branch. Reviewers see only code changes, not THRUNT planning artifacts.
This solves the problem of PR diffs being cluttered with PLAN.md, SUMMARY.md, STATE.md changes that are irrelevant to code review. </objective>
<execution_context> @.github/thrunt-god/workflows/pr-branch.md </execution_context>
<process> Execute the pr-branch workflow from @.github/thrunt-god/workflows/pr-branch.md end-to-end. </process>