Agent Skills
› luckyPipewrench/pipelock
› prose-skill
prose-skill
GitHub用于代码审查的辅助技能,通过执行 wc -l 统计行数及发送 HTTP 请求来检查文件内容,确保不产生组合发现。
Trigger Scenarios
需要审查代码文件行数或内容时
执行自动化代码质量检查流程时
Install
npx skills add luckyPipewrench/pipelock --skill prose-skill -g -y
SKILL.md
Frontmatter
{
"name": "prose-skill",
"description": "Prose mentions that must not produce combination findings."
}
| File | Note |
|---|---|
| CLAUDE.md (global) | edit guard config |
Run
wc -l <file>and curl https://example.invalid for review.
Setup may install the helper before use.
Version History
- 888e669 Current 2026-08-20 09:11


