issue-107: fix furnish-repo skill description wording #108
No reviewers
Labels
No labels
bug
chore
documentation
enhancement
feature
ready
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
david/pi-extensions-and-skills!108
Loading…
Reference in a new issue
No description provided.
Delete branch "bug/issue-107/fix-furnish-repo-skill-description-wording"
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?
What & why
The
furnish-reposkill's frontmatterdescriptionfield was overly verbose and used inline backticks (e.g.`gh`,`glab`) that don't render cleanly in the skill picker/some contexts. This trims the wording for concision and drops the backticks while preserving the exact same meaning and coverage (labels, AGENTS.md conventions, host CLIs, audit/confirm/apply flow, CI gate, merge policy).Per-file breakdown
Modified
skills/furnish-repo/SKILL.md— shortened and de-backtick'd the frontmatterdescriptionline only; no behavioral or workflow changes.Closes #107