docs(skills): phase 14 audit cluster B1 (SKILL.md vocabulary 反映漏れ修正)#311
Merged
Conversation
Phase 14 (Gmail / Google Calendar connector) 後の SKILL.md 反映漏れを修正。 secretary-agent.md (L35 / L60 / L76 で Phase 14 反映済) と整合させる。 - find-document/SKILL.md: gmail_message / google_calendar を description / connector_name list / table / narrative / 出力フォーマット / 参考に追加 - meeting-prep/SKILL.md: source_type=ms365_calendar hard-code を ms365_calendar または google_calendar に拡張、description trigger phrase にも Google Calendar 追記 - meeting-followup/SKILL.md: 同型 (Step 1 / Step 2 / 参考) - reply-draft/SKILL.md: source_type list に gmail_message 追加、Phase 14 symmetric body 取得経路の説明追加 closes #306 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
review iteration 1 で検出: `CALENDAR_SOURCE_TYPE` → `GOOGLE_CALENDAR_SOURCE_TYPE`。 `src/opshub/connectors/google_calendar/mapper.py:82` の constant 名と整合 させる。3 SKILL.md (find-document / meeting-prep / meeting-followup) の mapper SSOT 参照を修正。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Author
Review (quick mode, iteration 2/3)適用観点: correctness, conventions, security, documentation (4/11) Findingsiteration 1
iteration 2
Exit criteria (drive_loop)
全観点 exit_criteria.drive_loop = |
ozzy-3
pushed a commit
that referenced
this pull request
May 31, 2026
🤖 I have created a release *beep* *boop* --- ## [0.2.6](v0.2.5...v0.2.6) (2026-05-31) ### Added * **connectors/google_calendar:** events api sync token + master event mapper + override + cursor + fallback (Phase 14 G4) ([#301](#301)) ([a4cefab](a4cefab)) * **connectors/google_mail:** gmail api history + message mapper + cursor + fallback ([#303](#303)) ([3c621c1](3c621c1)) ### Changed * **connectors/google_auth:** shared OAuth foundation + 3-scope expansion (Phase 14 G2) ([#300](#300)) ([bd74191](bd74191)) ### Documentation * **adr,plan:** adr-0010 + 0014 amendments + phase-14-plan (Gmail + Google Calendar) ([#298](#298)) ([f5d43c8](f5d43c8)) * phase 14 audit cluster B2 (Phase 14+ → 15+ unification + anchor links + outlook + mapper symmetry counts) ([#312](#312)) ([02667d7](02667d7)), closes [#307](#307) * phase 14 audit cluster C (operator-facing docs vs code drift) ([#310](#310)) ([bfefa82](bfefa82)) * phase 14 closeout (docs + e2e + status lines + phase-13 forecast realign) ([#304](#304)) ([ab0b792](ab0b792)) * **skills:** phase 14 audit cluster B1 (SKILL.md vocabulary 反映漏れ修正) ([#311](#311)) ([16504fc](16504fc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
Summary
Phase 14 (Gmail / Google Calendar connector) 後の SKILL.md 反映漏れを修正 (audit cluster B1)。
secretary-agent.md(L35 / L60 / L76 で Phase 14 反映済) と整合させ、operator が「Gmail に来てた件」「Google Calendar の予定」などの自然語で skill を発火できるようにする。変更 4 SKILL.md
connector_namelist / table にgmail_message(google_mail) +google_calendar(google_calendar) 2 行追加、narrative / 出力フォーマット / 参考 ADR に Phase 14 反映source_type=ms365_calendarhard-code をms365_calendarまたはgoogle_calendarに拡張、description / Step 1 narrative も同型修正gmail_message追加、Phase 14 で Outlook と symmetric な body 取得経路が成立した旨を narrative に明記DoD
関連
Scope 境界 (cluster B2 / cluster C との並列実行考慮)
meeting-prep/SKILL.mdL130 / L48 のPhase 14+→Phase 15+表記は 本 PR で触らない (cluster B2 担当)source_type/connector_name/ trigger phrase) のみに集中Test plan
🤖 Generated with Claude Code