Get BCQuality skill file
bcquality_get_skillRetrieve the parsed content of any skill file in the BCQuality repository by providing its repo-relative path.
Instructions
Returns the parsed contents of a skill file — either a meta-skill (skills/entry.md, read.md, do.md, write.md) or an action skill under /skills/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Repo-relative path, e.g. skills/entry.md or microsoft/skills/review/al-performance-review.md |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| kind | Yes | ||
| title | Yes | ||
| frontmatter | Yes | ||
| body | Yes |