docs: add repo-owned agent skills - #2711
Open
shikanime wants to merge 2 commits into
Open
Conversation
Signed-off-by: William Phetsinorath <[email protected]> Change-Id: I16ed8b7b82081dfb93609c317a87107b6a6a6964
shikanime
force-pushed
the
docs/repo-skills
branch
5 times, most recently
from
September 9, 2026 13:58
fce950e to
b031db0
Compare
Drop the jj-specific commands in favor of plain git (worktree isolation, heredoc commit bodies, rebase onto origin/main). Add cpn-issue (French templates, acceptance ledger, triage) and cpn-review (severity-tagged inline findings, DoD reconciliation, thread resolution), both distilled from the team's shared review practice. Rename all skills to the cpn- prefix to mirror the org catalog. No jj anywhere. Refs #2710
shikanime
force-pushed
the
docs/repo-skills
branch
from
September 9, 2026 14:02
b031db0 to
3aa337c
Compare
shikanime
marked this pull request as ready for review
September 9, 2026 14:11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues liées
#2710 (fermer délibérément après la fusion)
Quel est le comportement actuel ?
Les conventions de contribution (cycle issue-first, triage des issues, forme des commits conventionnels, workflow de PR, revue) ne sont chargées par aucun agent de codage automatiquement : chaque session les réapprend ou les devine.
Quel est le nouveau comportement ?
Cinq skills agent-owned sont ajoutés sous
.agents/skills/—cpn-dev-workflow,cpn-commit,cpn-pr,cpn-issue,cpn-review— distillant le cycle issue-first, la forme de commit imposée par commitlint, le workflow de PR (brouillon, corps français depuis le template, triage, merge queue), le cycle issue (templates français, ledger d'acceptation, triage additif) et la revue (findings inline sévéritisés, réconciliation DoD, résolution des threads). Préfixecpn-aligné sur le catalogue org. Workflow git standard (branches + worktrees). Convention générique multi-agents :.agents/skills/est découvert nativement par Claude Code et chargeable viahermes skills trustcôté Hermes. Contenu volontairement impersonnel.AGENTS.mdn'est pas modifié.Cette PR introduit-elle un breaking change ?
Non.
Autres informations
Documentation seule : cinq
SKILL.mdnouveaux, aucun code ni dépendance. À rapprocher de #2324 (conventions server-nestjs versionnées dans le dépôt).