Run tests
6 Claude Code skills for GitHub-native developers: pr-respond, release-notes, issue-triage, repo-tour, gh-pr-perm-audit, gh-repo-security-audit
npx -y skills add thinkyou0714/github-flow-kit --skill run-testsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Run the github-flow-kit test suite and summarize failures. Use when asked to test, verify, or check a skill change.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.7 KB, as published. Nobody here has run it
Run the test suite and report results concisely.
- Ensure deps are present (SessionStart bootstrap runs
npm ci; Python tests use the stdlib and need no install). - Run
npm test(→python3 -m unittest discover -s tests -p 'test_*.py'). Single test:python3 -m unittest tests.<module>. - Summarize: total pass/fail, and for each failure the test name + first assertion/traceback line.
- Do not edit skill source unless asked; keep each
SKILL.mdfrontmatter (name/description/triggers) intact.