V0.8.2/patch behaviour - #34
Merged
Merged
Conversation
skill-creator-agnostic is no longer maintained and scheduled for removal in 1.0.0. This skill has been superseded by Anthropic's skill-creator with repository-level governance rules documented in AGENTS.md. Update repo documentation and mark skill as deprecated shim.
Refactor skill instructions and update eval definitions to enhance clarity and maintainability of the changelog generation workflow.
Refactor skill instructions and update eval definitions to enhance clarity and maintainability of the per-package release notes workflow.
Refactor skill instructions and update eval definitions to enhance clarity and maintainability of the squash-summary workflow.
Add deterministic validator for skill structure, frontmatter, and file organization. Ensures consistent skill repository conventions and compliance with AGENTS.md requirements.
Update repository README to reflect skill changes, deprecations, and recent improvements. Maintain accurate documentation of available skills and their status.
Document breaking changes, new features, improvements, and deprecations in this release. Reflects skill enhancements, governance updates, and deprecation of skill-creator-agnostic.
Greptile SummaryThis patch release refines several Git-oriented skills, deprecates
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Important Files Changed
Reviews (2): Last reviewed commit: "📝 remove unreleased changelog compare l..." | Re-trigger Greptile |
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.
This pull request is a patch release (v0.8.2) focused on skill refinement and documentation updates, with an emphasis on deprecating
skill-creator-agnosticin favor of Anthropic'sskill-creator, expanding and clarifying documentation for several skills, and improving repository guidance. The most important changes include deprecation notices and removal ofskill-creator-agnosticfrom recommendations, major workflow and documentation enhancements forgit-keep-a-changelog, and improved guidance for other skills.Skill Deprecation and Documentation Updates
skill-creator-agnosticis now explicitly deprecated, no longer maintained, and scheduled for removal in 1.0.0. All documentation (includingREADME.mdandAGENTS.md) now directs users to use Anthropic'sskill-creatorwith repository-specific rules instead. It is removed from recommended install lists and its SKILL.md is now a deprecation shim. [1] [2] [3] [4] [5] [6]Skill Workflow and Guidance Improvements
git-keep-a-changelog: Expanded with step-by-step workflow sections, a deterministic reduction model for semantic-delta analysis, mandatory release highlight contract, checkpoint enforcement, and improved documentation of good/bad output characteristics and user-intent gates. SKILL.md is refactored to include these changes.git-nuget-release-notesandgit-visual-squash-summary: Documentation and eval coverage are enhanced, including improved guidance on workflow, history reduction, and semantic grouping. [1] [2] [3]Repository Guidance and Third-party Skills Policy
AGENTS.mdis updated to clarify that third-party skills (like Anthropic'sskill-creator) must not be modified or wrapped with overlays; repo-specific behavior should be documented only inAGENTS.md.Changelog and Versioning
CHANGELOG.mdis updated with detailed entries for v0.8.2 and v0.8.1, including all major documentation, workflow, and deprecation changes. Compare links for the new versions are added. [1] [2]Skill Validation Tooling
These changes ensure that users follow up-to-date, reliable workflows, avoid deprecated tools, and have clear, enforced guidance for skill authoring and repository management.