feat: scheduled skill review action for @needle-tools/engine releases#2
Open
kaktus-klaus wants to merge 2 commits intoneedle-tools:mainfrom
Open
feat: scheduled skill review action for @needle-tools/engine releases#2kaktus-klaus wants to merge 2 commits intoneedle-tools:mainfrom
kaktus-klaus wants to merge 2 commits intoneedle-tools:mainfrom
Conversation
Adds a scheduled workflow (daily at 08:00 UTC) that: - Reads the `reviewed-against` version stamp from SKILL.md frontmatter - Polls npm registry for the latest @needle-tools/engine version - If a newer version is found, opens a GitHub Issue assigned to kaktus-klaus with a review checklist (exports, lifecycle methods, API changes, etc.) - Deduplicates: won't open a second issue if one is already open for that version - Also triggerable manually via workflow_dispatch with optional forced version Also adds `reviewed-against` stamp to SKILL.md frontmatter (currently 4.15.0). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… notes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/skill-review-check.yml— runs daily at 08:00 UTCreviewed-againstversion stamp from SKILL.md frontmatter@needle-tools/engineversion@kaktus-klauswith:workflow_dispatchinput allows forcing a specific version for testingAlso
reviewed-against: "@needle-tools/engine@4.15.0"stamp to SKILL.md frontmatter so the workflow has a baseline to compare againstTest plan
workflow_dispatchwithforce_version: 4.15.1(or whatever the next version is) to verify the issue is created correctly🤖 Generated with Claude Code