From 01e371fe328c3d519cdea3bdac191120fe953cad Mon Sep 17 00:00:00 2001 From: Christopher Harrison Date: Wed, 4 Feb 2026 14:09:40 -0800 Subject: [PATCH] fix(skill): correct formatting of description in make-repo-contribution skill --- skills/make-repo-contribution/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/make-repo-contribution/SKILL.md b/skills/make-repo-contribution/SKILL.md index 3b7939df..c512d232 100644 --- a/skills/make-repo-contribution/SKILL.md +++ b/skills/make-repo-contribution/SKILL.md @@ -1,6 +1,6 @@ --- name: make-repo-contribution -description: All changes to code must follow the guidance documented in the repository. Before any issue is filed, branch is made, commits generated, or pull request (or PR) created, a search must be done to ensure the right steps are followed. Whenever asked to create an issue, commit messages, to push code, or create a PR, use this skill so everything is done correctly. +description: 'All changes to code must follow the guidance documented in the repository. Before any issue is filed, branch is made, commits generated, or pull request (or PR) created, a search must be done to ensure the right steps are followed. Whenever asked to create an issue, commit messages, to push code, or create a PR, use this skill so everything is done correctly.' --- # Contribution guidelines