MCPcopy Create free account
hub / github.com/modem-dev/hunk / bundledSkillPath

Function bundledSkillPath

bin/hunk.cjs:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6const path = require("node:path");
7
8function bundledSkillPath() {
9 return path.join(__dirname, "..", "skills", "hunk-review", "SKILL.md");
10}
11
12function ensureExecutable(target) {
13 if (process.platform === "win32") {

Callers 1

hunk.cjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected