docs(skills): 編集系スキルに変更理由を残させる (notedeck#1052) - #42
Merged
Conversation
reaction-piggyback の createdAt / updatedAt がビルド実行時刻のまま残って いたので、git コミット日時に揃える。以降のビルドで無関係な差分が出ない ようにするための追従で、配布物の中身は変わっていない。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
NoteDeck の編集履歴が「誰が・なぜ」を記録できるようになった。履歴を持つ write capability (skills / plugins / widgets / theme / カスタム CSS) を呼ぶ スキルに、`reason` へ変更理由を渡す指示を追加する。 承認ダイアログに出て、そのまま編集履歴に残る。他人のアイテムを書き換える スキル (aiscript-surgeon / skill-gardener) ほど効く — 「AI が直したはずが 壊れた」を後から辿るのがこの手のスキルの用途そのもののため。 対象 9 件。いずれも既に「変更理由を 1 行添えて同意を得る」「なぜ直るかを 説明する」という指示を持っていたので、その理由をそのまま reason に渡す形に 揃えた。新しい作法を足したのではなく、口頭で述べていた理由を記録に残す。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
misstore | 6bed728 | Aug 12 2026, 05:41 PM |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (24)
📝 WalkthroughWalkthroughThe registry timestamps and plugin timestamps are refreshed. Nine skills receive version and hash updates. Their instructions now document ChangesSkill registry update
Estimated code review effort: 2 (Simple) | ~15 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
NoteDeck の編集履歴が「誰が・なぜ」を記録できるようになった (notedeck-dev/notedeck#1052)。履歴を持つ write capability を呼ぶ配布スキルに、
reasonへ変更理由を渡す指示を追加する。渡した理由は承認ダイアログに出て、承認後そのまま編集履歴に残る。「AI が直したはずが壊れた」を後から辿れるようになる。
対象 (9 件)
aiscript-surgeonplugins.update/plugins.revert/widgets.update/widgets.revertskill-gardenerskills.replaceSection/skills.revertskill-authorskills.append/skills.replaceSectionplugin-authorplugins.update/plugins.revert/widgets.updatewidget-authorwidgets.update/widgets.reverttheme-authortheme.create/theme.updatetheme-referencetheme.createseasonal-themetheme.createwriting-coachskills.replaceSectionプラグイン・ウィジェットの配布アイテムに該当はなかった (AiScript から編集系 capability を呼ぶものが無い)。
書き方の方針
新しい作法を足したのではなく、既にあった指示を記録に繋いだ。 対象の多くは元から「変更理由を 1 行添えて同意を得る」「なぜ直るかを説明してから適用する」と書いてあったので、その口頭で述べていた理由をそのまま
reasonに渡す形に揃えている。他人のアイテムを書き換えるスキル (
aiscript-surgeon/skill-gardener) ほど効く。巻き戻し (*.revert) にも理由を残させているので、何を試して駄目だったかが次の診断の材料になる。無関係な差分について
再ビルドで
reaction-piggybackのcreatedAt/updatedAtがビルド実行時刻から git コミット日時に直る差分が出た。前回のビルドが未コミット状態で走った名残で、本 PR の趣旨とは無関係なためchore(registry)として別コミットに分けてある。配布物の中身は変わっていない。確認
pnpm run registry:build成功node scripts/check-registry-integrity.mjs— 完全性チェック OK (警告 0 件)🤖 Generated with Claude Code
Summary by CodeRabbit