submit
Submission pipeline — journal targeting, replication package, audit, and final gate. Replaces /submit, /target-journal, /audit-replication, /data-de…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Submit
Submission pipeline with four modes covering journal selection through final verification.
Input: $ARGUMENTS — mode keyword, optionally followed by journal name.
Modes
/submit target — Journal Targeting
Get ranked journal recommendations.
Agent: Orchestrator (journal selection function)
Considers: contribution fit, methodology fit, audience fit, recent publications, desk rejection risk. Consults .claude/references/domain-profile.md for journal tiers.
Output: Ranked list of 3 target journals with rationale.
Save to quality_reports/journal_recommendations_[date].md
/submit package — Build Replication Package
Assemble AEA-compliant replication package.
Agents: Coder + Verifier
Produces:
- Master script that runs all analyses end-to-end
- README with data sources, computational requirements, instructions
- Data documentation and codebook
- Organized file structure per AEA standards
Save to paper/replication/
/submit audit — Audit Replication Package
Verify replication package completeness.
Agent: Verifier (submission mode — 10 checks)
Checks:
- Master script exists and runs
- All tables reproduce
- All figures reproduce
- README complete
- Data documentation present
- Numbered script order
- Dependencies listed
- Runtime documented
- Output paths match paper references
- No hardcoded paths
/submit final [journal] — Final Submission Gate
Full verification + score enforcement + submission checklist.
Workflow:
- Run comprehensive review if not done recently
- Run replication audit
- Check score gate: aggregate >= 95, all components >= 80
- If PASS: generate cover letter draft + submission checklist
- If FAIL: list blocking issues and stop
Principles
- Score >= 95 + all components >= 80. No exceptions.
- Don't skip verification. Even if reports exist, check they're recent.
- If it fails, stop. Don't generate materials for a failing paper.
- Cover letter is a draft. User must review before sending.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
skills/16-hsantanna88-clo-author/dot-claude/skills/submit/SKILL.md同一个仓库里的其他技能
- Full-empirical-analysis-skill
- Full-empirical-analysis-skill-R
- Full-empirical-analysis-skill-Stata
- auto-empirical-research-skills
- StatsPAI_skill
- Full-empirical-analysis-skill
- Full-empirical-analysis-skill-Stata
- Full-empirical-analysis-skill-R
- academic-paper-composer
- academic-paper-strategist
- medical-imaging-review
- paper-slide-deck
同名技能的其他版本
有 2 个不同仓库或目录里都有叫 submit 的技能。它们内容并不相同,别混用:
- brycewang-stanford/Auto-Empirical-Research-Skills — Final submission verification gate for the sewage-house-prices paper. Runs full paper exce