feat(skills): 人間が合意できる issue を作る create-issue スキルを追加 - #552
Merged
Conversation
AI が作る issue は情報量が多く断定調になりやすい一方、コード構造の分析や 実装手順、agent の推論といった短寿命かつ未検証の記述が混ざりやすく、人間が 全文を読んで合意する対象ではなくなりつつある。issue-agreement が実装前の 乖離検出を担う一方で、混入源である issue 作成時点を放置すると対症療法に とどまるため、issue 本文に残せる情報を人間が決めた要求・制約・前提・ 未決定事項に限定し、agent の推論を要求へ昇格させない create-issue スキルを 切り出した。 Co-authored-by: Claude <[email protected]>
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.
概要
create-issueスキルをconfig/agents/skills/に追加したmodules/claude.nix/modules/agents.nixの配備定義は変更していない(ディレクトリごと配備される既存の仕組みに乗る)確認事項
SKILL.md追加のみで nix / shell の変更はないためnixfmt/shellcheck/home-manager buildは対象外と判断したgitleaksフックと markdown lint(pre-commit)を通過済み補足
issue-agreementスキルに委ねる役割分担とした🤖 Generated with Claude Code