Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/agent-ecosystem/skill-validator
/ Error
Method
Error
cmd/exitcode.go:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
func
(e exitCodeError) Error() string {
20
return
fmt.Sprintf(
"exit code %d"
, e.code)
21
}
22
23
// exitOpts controls how validation results map to exit codes.
24
type
exitOpts
struct
{
Callers
15
TestLoadSkill_Missing
Function · 0.45
TestAnalyzeReferences_NoFiles
Function · 0.45
TestFindParentSkillDir_NotFound
Function · 0.45
TestEvaluateSkill_RefsOnly
Function · 0.45
TestEvaluateSkill_Both
Function · 0.45
TestEvaluateSkill_NoRefs
Function · 0.45
TestEvaluateSkill_Rescore
Function · 0.45
TestEvaluateSingleFile_NonMD
Function · 0.45
TestEvaluateSkill_RefScoringError
Function · 0.45
TestEvaluateSingleFile_ReadError
Function · 0.45
TestEvaluateSingleFile_BadParentSkill
Function · 0.45
TestEvaluateSingleFile_LLMError
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestLoadSkill_Missing
Function · 0.36
TestAnalyzeReferences_NoFiles
Function · 0.36
TestFindParentSkillDir_NotFound
Function · 0.36
TestEvaluateSkill_RefsOnly
Function · 0.36
TestEvaluateSkill_Both
Function · 0.36
TestEvaluateSkill_NoRefs
Function · 0.36
TestEvaluateSkill_Rescore
Function · 0.36
TestEvaluateSingleFile_NonMD
Function · 0.36
TestEvaluateSkill_RefScoringError
Function · 0.36
TestEvaluateSingleFile_ReadError
Function · 0.36
TestEvaluateSingleFile_BadParentSkill
Function · 0.36
TestEvaluateSingleFile_LLMError
Function · 0.36