Agent skill · Design & Presentation

jcadcg-artifact-evaluation

在为《计算机辅助设计与图形学学报》(Journal of Computer-Aided Design & Computer Graphics, JCAD&CG) 准备代码与数据可用性、撰写诚实的可用性声明时调用。说明本刊是否设正式制品评审(artifact evaluation)属待核实的现状,给出无论政策如何都应做到的图形学制品自律标准:代码/数据/网格/预训练模型/渲染脚本的公开与托管、双盲外审下的匿名化、演示视频与结果可复现、受限数据的替代核验途径,以及可用性声明的写法。适用于把图形/几何论文的制品打包到经得起审阅、避免声明与实际不符的场景。

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill jcadcg-artifact-evaluation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: Journal-of-CAD-and-Computer-Graphics-Skills/skills/jcadcg-artifact-evaluation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +31 this week
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 《计算机辅助设计与图形学学报》代码与数据可用性 本技能帮助为《计算机辅助设计与图形学学报》(Journal of Computer-Aided Design & Computer Graphics, JCAD&CG) 准备制品(代码、数据、网格、模型)与**诚实的可用性声明**。本刊是 CCF A 类 图形学/CAD 方向中文月刊。核验见 `resources/official-source-map.md`(2026-07-09)。 ## 一、政策现状(务必按当期核实) - 本刊是否设**正式的制品评审/artifact evaluation 徽章**、是否有**强制代码/数据可用性** 要求,均属 **待核实**(以官网当期《投稿须知》为准)。 - 与英文会议(如带 AE 徽章的 ACM 会议)不同,中文期刊多以**同行评议**为主,制品公开常为 鼓励/加分项而非硬性门槛。**不要臆造本刊有徽章制度。** - 无论政策如何,公开可复现制品都会增强外审信任、提升论文影响力。本技能给出自律标准。 ## 二、图形学制品应包含什么 | 类型 | 内容 | |---|---| | 代码 | 方法实现、训练/推理脚本、渲染与几何处理脚本 | | 数据 | 网格/点云/纹理/图像/视频数据集(或获取方式) | | 模型 | 预训练权重/参数(若适用) | | 复现 | run_all 脚本、配置(种子/渲染参数)、指标计算脚本 | | 结果 | 论文表图对应的渲染帧、几何误差、演示视频 | | 文档 | README(硬件/依赖/一键复现/耗时)、许可证 | ## 三、双盲外审下的匿名化 - 制品在外审阶段也要**去作者身份**:清理仓库用户名、邮箱、机构路径、致谢、基金显名、图源 与**视频水印**。 - 用匿名托管(如匿名化的仓库镜像/归档)提供,勿直接给带真实身份的个人主页链接。 - 录用后再补真实链接与致谢(见 `jcadcg-camera-ready`)。 ## 四、可用性声明的写法 - 在正文(常见于结尾或脚注)写明:提供了什么(代码/数据/模型/视频)、如何获取、许可与版本。 - **诚实**:只声明真实提供的部分;受限数据说明原因(隐私/版权/规模)与**替代核验途径**(子集/ 合成数据/复现说明)。 - 声明与实际提供的制品**一致**,不夸大(如声称"全部开源"却缺关键脚本)。 ## 五、制品自查清单 - [ ] 干净环境能一键复现主结果(见 `jcadcg-reproducibility`)。 - [ ] 代码/数据/模型/渲染脚本齐全或给出稳定获取途径。 - [ ] 大数据用可分配 DOI 的归档或 release,固定版本。 - [ ] 外审阶段制品已匿名化(含视频水印、仓库身份痕迹)。 - [ ] 可用性声明与实际一致,受限项说明替代途

What's inside
Steps it walks through
  1. 一、政策现状(务必按当期核实)
  2. 二、图形学制品应包含什么
  3. 三、双盲外审下的匿名化
  4. 四、可用性声明的写法
  5. 五、制品自查清单
  6. 六、常见问题对照
  7. 七、与其他技能衔接
  8. 八、图形学制品的目录组织(建议)
  9. 九、可用性声明写作模板(示例措辞)
  10. 十、制品评审与本刊定位的关系(避免误用英文会议范式)
  11. 十一、许可与合规提醒
  12. 十二、输出格式
More from Awesome-Journal-Skills
All skills →
About this skill
What does the jcadcg-artifact-evaluation skill do?

在为《计算机辅助设计与图形学学报》(Journal of Computer-Aided Design & Computer Graphics, JCAD&CG) 准备代码与数据可用性、撰写诚实的可用性声明时调用。说明本刊是否设正式制品评审(artifact evaluation)属待核实的现状,给出无论政策如何都应做到的图形学制品自律标准:代码/数据/网格/预训练模型/渲染脚本的公开与托管、双盲外审下的匿名化、演示视频与结果可复现、受限数据的替代核验途径,以及可用性声明的写法。适用于把图形/几何论文的制品打包到经得起审阅、避免声明与实际不符的场景。

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill jcadcg-artifact-evaluation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Awesome-Journal-Skills, a repository with 909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going