AI agent skills by @huanshankeji mainly for our own development conventions, following the Agent Skills standard.
| Skill | Description |
|---|---|
| git-commit-after-review | Creates a Git commit for follow-up work after reviewing a named commit, commit range, whole PR, or remaining unreviewed PR Files Changed; do not use when the user only reviewed uncommitted changes ("all reviewed"); ask what was reviewed unless they already named the target; includes the full reviewed hash except when it was the parent commit |
npx skills add huanshankeji/skillsCopy the desired skill folder from skills/ into the skills directory of your project:
# Universal (works with multiple agents)
cp -r skills/<skill-name> .agents/skills/