User Story
As a developer or security professional, I want to be able to find the first release a given issue, PR, or commit appeared in, so that I can quickly identify the impact and deployment of a change.
Acceptance Criteria
- A new skill is created for Gemini, Claude, and Cursor.
- The skill accepts an issue number, pull request URL, or commit SHA as input.
- The skill correctly identifies and outputs the first release (git tag) that contains the specified commit.
- The skill handles cases where the commit is not found or is not part of any release.
- The skill is documented.
Technical Tasks
User Story
As a developer or security professional, I want to be able to find the first release a given issue, PR, or commit appeared in, so that I can quickly identify the impact and deployment of a change.
Acceptance Criteria
Technical Tasks
git blamethe release tags? Just kidding... unless?