Agent Skills
› Companion-Inc/feynman
› paper-code-audit
paper-code-audit
GitHub用于审计论文与代码一致性,验证可复现性并发现声明与实现的差异。通过运行/audit工作流,结合researcher和verifier智能体生成审计报告。
Trigger Scenarios
审计论文
检查代码与声明一致性
验证特定论文的可复现性
查找论文与实现之间的不匹配
Install
npx skills add Companion-Inc/feynman --skill paper-code-audit -g -y
SKILL.md
Frontmatter
{
"name": "paper-code-audit",
"description": "Compare a paper's claims against its public codebase. Use when the user asks to audit a paper, check code-claim consistency, verify reproducibility of a specific paper, or find mismatches between a paper and its implementation."
}
Paper-Code Audit
Run the /audit workflow. The slash command expands the full workflow instructions in the active session; do not try to read a relative prompt-template path from the installed skill directory.
Agents used: researcher, verifier
Output: audit report in outputs/.
Version History
- 54d08a3 Current 2026-07-25 07:15


