Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
const
path = require(
"node:path"
);
7
8
function
bundledSkillPath() {
9
return
path.join(__dirname,
".."
,
"skills"
,
"hunk-review"
,
"SKILL.md"
);
10
}
11
12
function
ensureExecutable(target) {
13
if
(process.platform ===
"win32"
) {
Callers
1
hunk.cjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected