feat(cli): add skill tools and refresh commands #454
No reviewers
Labels
No labels
auto/needs-reevaluation
controller-managed
auto/blocked-by-deps
auto/ci-timeout
auto/claimed-implementer
auto/claimed-merge
auto/claimed-reviewer
auto/driver-down
auto/invariant-violation
auto/last-attempt-tier-0
auto/last-attempt-tier-1
auto/last-attempt-tier-2
auto/last-attempt-tier-min
Automation Tracking
auto/needs-conflict-resolution
auto/needs-implementer
auto/postmortem
auto/ready-to-merge
auto/restart-throttled
auto/revert
auto/sentinel
auto/stale-inactivity
auto/unstable
Blocked
Bounty
$100
Bounty
$1000
Bounty
$10000
Bounty
$20
Bounty
$2000
Bounty
$250
Bounty
$50
Bounty
$500
Bounty
$5000
Bounty
$750
MoSCoW
Could have
MoSCoW
Must have
MoSCoW
Should have
Needs Feedback
Points
1
Points
13
Points
2
Points
21
Points
3
Points
34
Points
5
Points
55
Points
8
Points
88
Priority
Backlog
Priority
CI Blocker
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Signed-off: Owner
Signed-off: Scrum Master
Signed-off: Tech Lead
Spike
State
Completed
State
Duplicate
State
In Progress
State
In Review
State
Paused
State
Unverified
State
Verified
State
Wont Do
Type
Automation
Type
Bug
Type
Discussion
Type
Documentation
Type
Epic
Type
Feature
Type
Legendary
Type
Refactor
Type
Support
Type
Task
Type
Testing
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cleveragents/cleveragents-core!454
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/m4-skill-registry-cli"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implements CLI commands for skill refresh and enhances existing skill commands with capability summary information.
Changes
agents skill refresh <name>: Recomputes tool flattening for a single skill and syncs MCP-backed skillsagents skill refresh --all: Refreshes all registered skills in the registryskill list: Added Description column in rich output and capability_summary field in JSON/YAML formatsskill show: Added Capability Summary panel in rich output with total tools, read-only status, and MCP server countskill tools: Added Summary panel displaying capability information alongside flattened tool list--format json/yamloutput schemas for all commands with consistent capability_summary structurefeatures/skill_cli.featurecovering refresh commands and enhanced outputsrobot/skill_cli.robotfor CLI smoke testsbenchmarks/skill_cli_bench.pyfor CLI overhead baseline (refresh operations: 14-25ms)docs/reference/skill_cli.mdwith refresh command examples, output columns, and caching behaviorMotivation
The skill refresh command provides a mechanism to recompute tool flattening after skill modifications and sync MCP-backed skills without re-registering them. Enhanced outputs with capability summaries give users immediate visibility into skill capabilities (tool count, read-only status, MCP server presence) across all CLI commands.
Key Design Decisions
skills.agent_skills_pathsis configured, ensuring auto-discovery stays synchronizedSkillService.compute_capability_summary()for consistencyCloses #167
a54c72d7cac40ea014dcTests passing, changelog updated, documentation updated. Looks good. Approving
New commits pushed, approval review dismissed automatically according to repository settings