Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/awesome-copilot
/ prompt
Function
prompt
eng/create-skill.mjs:13–17 ·
view source on GitHub ↗
(question)
Source
from the content-addressed store, hash-verified
11
});
12
13
function
prompt(question) {
14
return
new
Promise((resolve) => {
15
rl.question(question, resolve);
16
});
17
}
18
19
function
parseArgs() {
20
const
args = process.argv.slice(2);
Callers
2
createSkillTemplate
Function · 0.70
find-replace-text.jsx
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected