chore(skill): add library status badge (STABLE / DEPRECATED / UNSTABLE) - #11
Merged
Conversation
Introduces STABLE / DEPRECATED / UNSTABLE status blocks rendered as GitHub markdown alerts in each library README. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a standardized “library status” callout to library READMEs (using GitHub Markdown alerts) and updates the import-lib-from-live skill so newly imported libraries get an explicit status at the top of their README.
Changes:
- Added a
STABLEstatus alert block to@ledgerhq/logsREADME as the first concrete usage. - Extended the
import-lib-from-liveskill with a new step documenting the three supported statuses (STABLE / DEPRECATED / UNSTABLE) and their required README blocks. - Renumbered subsequent steps in the skill to account for the new inserted step.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| libs/logs/README.md | Prepends a GitHub alert block indicating the library is STABLE. |
| .agents/skills/import-lib-from-live/SKILL.md | Adds Step 6 to standardize README status blocks (STABLE/DEPRECATED/UNSTABLE) and renumbers later steps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
gre-ledger
marked this pull request as ready for review
July 17, 2026 12:46
ysitbon
approved these changes
Jul 17, 2026
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
import-lib-from-liveskill to set a library status in its READMESTABLE→[!NOTE]DEPRECATED→[!WARNING]+ migration targetUNSTABLE→[!CAUTION]+ instability disclaimerSTABLEtolibs/logs/README.mdas the first useTest plan
libs/logs/README.mdrenders the> [!NOTE] **Status: STABLE**block correctly on GitHub