Agent Skills
› advaitpaliwal/feynman
› paper-code-audit
paper-code-audit
GitHub用于审计学术论文,通过对比论文主张与公开代码库,验证可复现性并发现声明与实现间的不一致。
Trigger Scenarios
审计论文
检查代码与声明的一致性
验证特定论文的可复现性
查找论文与实现间的差异
Install
npx skills add advaitpaliwal/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


