Agent skill · Code Review & Quality

at-self-eval

Summarize a contributor's Git history, a provided work log, or both into a concise, review-friendly self-evaluation for quarterly, semi-annual, or promotion cycles.

kairyougithub.com/kairyouGitHub ↗
claude-codecodexMIT
Install
npx skills add kairyou/agent-tools --skill at-self-eval --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/workflow/at-self-eval/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 159
Language: JavaScript

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

From the SKILL.md

# Self-Evaluation Summary `resolve evidence -> group by business line -> deduplicate -> <=8 outcomes -> review` ## Author and date window Normalize flags or plain language such as `统计1-3月的产出` and `统计上半年的工作` into `(author, from, to)`. Explicit input wins; fill only missing values: | User gave | Resolve to | | --- | --- | | `from` and `to` | use both | | only `from` | `to` = today | | only `to` | `from` = Jan 1 of that year | | no range | current quarter | Parse half-years, calendar quarters, month ranges, and rolling periods. A spoken period without a year means the current year, except months still ahead of today, which mean the previous year. Query through `<to + 1 day>` because Git's `--until` is exclusive. Always exclude merge commits. Use an explicit author when supplied; otherwise resolve it independently per repository with `git -C <root> config user.name`. Never infer aliases or use the remote login as the author. List candidates with `git -C <root> log --no-merges --since=<from> --until=<to+1day> --format=%H%x09%an --branches HEAD <upstream refs>`, taking the upstream refs from `git -C <root> for-each-ref --format=%(upstream) refs/heads/`; passing no ref walks only the curr

What's inside
Steps it walks through
  1. Author and date window
  2. Project evidence
  3. Optional logs
  4. Group the work
  5. Write the summary
More from agent-tools
All skills →
About this skill
What does the at-self-eval skill do?

Summarize a contributor's Git history, a provided work log, or both into a concise, review-friendly self-evaluation for quarterly, semi-annual, or promotion cycles.

How do I install it?

Run `npx skills add kairyou/agent-tools --skill at-self-eval --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 kairyou/agent-tools, a repository with 159 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