MCPcopy
hub / github.com/cli/cli / remoteSkillFrontmatter

Function remoteSkillFrontmatter

pkg/cmd/skills/list/list_test.go:515–517  ·  view source on GitHub ↗
(name, sourcePath, ref, pinned string)

Source from the content-addressed store, hash-verified

513}
514
515func remoteSkillFrontmatter(name, sourcePath, ref, pinned string) string {
516 return remoteSkillFrontmatterForRepo(name, "https://github.com/monalisa/skills-repo", sourcePath, ref, pinned)
517}
518
519func remoteSkillFrontmatterForRepo(name, repoURL, sourcePath, ref, pinned string) string {
520 pinnedLine := ""

Callers 1

TestListRunFunction · 0.85

Calls 1

Tested by

no test coverage detected