fix: clean up skill show command output#305
Merged
peterj merged 1 commit intoagentregistry-dev:mainfrom Mar 9, 2026
Merged
Conversation
Remove empty/nonsensical Category and Website columns from skill show command, replacing them with useful Type and Source fields (consistent with the list command cleanup in agentregistry-dev#269). Also adds Title field and fixes a potential nil pointer dereference when Meta.Official is nil. Fixes agentregistry-dev#256 Co-Authored-By: Claude Opus 4.6 <[email protected]>
|
You already have 3 pull requests open. Please consider working on getting the existing ones merged before opening new ones. Thanks! |
peterj
approved these changes
Mar 9, 2026
christian-posta
pushed a commit
to christian-posta/agentregistry
that referenced
this pull request
Mar 9, 2026
# Description Completes the cleanup started in agentregistry-dev#269 by applying the same improvements to the `skill show` command. **Changes:** - Remove empty/nonsensical **Category** and **Website** columns from `skill show` output - Replace with useful **Type** and **Source** fields (reusing `skillSource()` from the list command) - Add **Title** field for consistency with `skill list` - Fix potential nil pointer dereference when `Meta.Official` is nil Fixes agentregistry-dev#256 /kind cleanup # Changelog ```release-note Clean up skill show command to remove empty Category/Website fields and show Type/Source instead ``` # Additional Notes PR agentregistry-dev#269 cleaned up the `skill list` command. This PR applies the same treatment to `skill show`, fully resolving issue agentregistry-dev#256. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <[email protected]>
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.
Description
Completes the cleanup started in #269 by applying the same improvements to the
skill showcommand.Changes:
skill showoutputskillSource()from the list command)skill listMeta.Officialis nilFixes #256
/kind cleanup
Changelog
Additional Notes
PR #269 cleaned up the
skill listcommand. This PR applies the same treatment toskill show, fully resolving issue #256.🤖 Generated with Claude Code