session-log
Create or update a session log capturing decisions, changes, progress. Use to document what was accomplished during a work session.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create or update a session log capturing decisions, changes, progress. Use to document what was accomplished during a work session.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Proofread papers and manuscripts. Checks grammar, typos, layout, consistency, writing quality. Produces report without editing files. Use when finding surface-level errors, not substantive academic critique.
End-to-end data analysis in R or Python — exploration through regression to publication-ready tables and figures. Use when running empirical analysis, writing analysis code, or producing output from data.
Start a new research project. Structured interview formalizes the idea; generates research questions with identification strategies and a project spec. Use when developing or documenting a new research idea, not searching literature or data.
Interactive wizard that configures the social-science-research plugin for a new project. Asks about field, institution, journals, datasets, key researchers, R palette; writes answers to references/domain-profile.md and CLAUDE.md. Use first when starting fresh or configuring the plugin.
Verify every quantitative claim in the paper traces to an analysis output file, and no important output was omitted. Use when checking the paper matches the analysis before submission.
R code review on existing scripts. Checks quality, reproducibility, domain correctness, professional standards. Produces report without editing files. Use when evaluating or auditing existing R code, not writing new analysis.
基于 SOC 职业分类
| name | session-log |
| description | Create or update a session log capturing decisions, changes, progress. Use to document what was accomplished during a work session. |
| when_to_use | log this session, create session log, update session log, save progress, record what we did, what did we do today, document session work |
| argument-hint | [create | update | 'description of what to log'] |
| allowed-tools | ["Read","Grep","Glob","Write","Edit","Bash"] |
Create or update a session log to capture decisions, changes, and progress.
Input: $ARGUMENTS — create for a new log, update to append to the most recent log, or a description of what to log.
$ARGUMENTS is create or no session log exists in quality_reports/session_logs/ → Create modequality_reports/plans/ (if any) to auto-populate Objectivegit log --oneline -10 to see recent commitscat "${CLAUDE_PLUGIN_ROOT}/skills/session-log/assets/session-log.md" (templates ship inside the plugin and are not copied into the project)quality_reports/session_logs/YYYY-MM-DD_short-description.md$ARGUMENTSDecision:)Tell the user the log was created and where.
quality_reports/session_logs/git diff --stat and git log --oneline -5 to see what changed since last update$ARGUMENTS contains decision text, add as Decision: [text]Tell the user what was added to the log.