36 Commits

Author SHA1 Message Date
toyota b8570f52ad chore: bump development-workflows to 0.4.0 and figma-spec-extractor to 0.2.0
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 18:54:25 +09:00
toyota e51e7df1f0 docs: align step order and total step count in SKILL.md
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 18:34:52 +09:00
toyota 33250bef0f docs: fix integration inconsistencies in figma-spec-extractor
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 18:07:42 +09:00
toyota 6c0e0df0af docs: rewrite SKILL.md to integrate extension mode and Step 14
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 17:46:34 +09:00
toyota a2a7aa3df9 feat: add Step 14 review iteration loop for figma-spec-extractor
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 17:46:30 +09:00
toyota 0ef7c40b2f feat: add extension mode for figma-spec-extractor
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 17:45:40 +09:00
TOYOTA, Yoichi 053871864d fix: align section name to テキスト要素一覧 in Step 2/3 prompts
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 16:48:59 +09:00
TOYOTA, Yoichi 7c59ac81e1 fix: align plugin version to 0.3.0 and add TOC to references
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 16:39:40 +09:00
TOYOTA, Yoichi 7daabf954d feat: add figma-spec-extractor skill to development-workflows
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 15:53:53 +09:00
toyota 1306f528b4 fix: use correct JSON types in pr-triage output format examples
Fix Major review findings: comment_id, line, pr_number should be
number type, and incremental, has_*_changes, carried_over should
be boolean type instead of strings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 21:17:22 +09:00
toyota 453845c9b3 fix(ci): revert to simple prompt now that hidden file upload is fixed
Remove Bash heredoc workaround instructions and diagnostic step.
The root cause was upload-artifact excluding dot-prefixed files,
not the Write tool. Revert allowedTools to original Bash(gh:*).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 21:09:04 +09:00
toyota 031905de21 fix(ci): allow cat/test commands in triage allowedTools
Bash(gh:*) was blocking cat (heredoc for file creation) and test
(file existence check) commands, preventing .pr-triage.json from
being created.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 20:57:06 +09:00
toyota ed60814ea0 fix(ci): use Bash heredoc instead of Write tool for .pr-triage.json output
Write tool output may not persist after claude-code-action SDK execution.
Use Bash heredoc to write directly to the filesystem.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 20:51:34 +09:00
toyota 4235b05568 fix(ci): skip full diff for large PRs (>= 15 files) to prevent context overflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 20:44:48 +09:00
toyota f7b35959ad fix(ci): correct Haiku model ID to claude-haiku-4-5@20251001
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 20:19:03 +09:00
toyota 14b024c62b feat(ci): prepare triage job for pr-triage skill migration (commented out until merge)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 20:05:53 +09:00
toyota f46cba813c feat(pr-triage): add pr-triage skill for CI triage phase
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 20:05:53 +09:00
Yoichi Toyota 6865ba2b54 Apply suggestions from code review
Co-authored-by: xtone-claude-code-action[bot] <215095484+xtone-claude-code-action[bot]@users.noreply.github.com>
2026-03-06 19:44:09 +09:00
toyota d266633e7a feat(code-review): integrate SKILL.md review into code-review workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 19:24:51 +09:00
toyota 8ab8e711d5 feat(code-review): add skill review reference files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 19:24:37 +09:00
TOYOTA, Yoichi a0e6c53486 refactor(code-review): address PR #111 review comments
- Separate runtime files from directory tree into dedicated section
- Extract incremental review details to references/incremental-review.md
- Add error handling note for corrupted .pr-review-state.json

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 09:55:44 +09:00
TOYOTA, Yoichi a95af5a234 chore(code-review): bump version to 1.2.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 09:24:01 +09:00
TOYOTA, Yoichi fe179c8044 feat(code-review): add incremental review for PR updates with state caching
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 09:19:55 +09:00
toyota 6418170172 fix(code-review): add TOC to ci-optimized-workflow.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 20:36:27 +09:00
toyota 35cfcff72c chore(code-review): bump version to 1.1.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 20:28:53 +09:00
toyota 8fd3075bef feat(code-review): add Haiku+Opus two-job CI workflow for cost optimization
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 20:28:43 +09:00
toyota 841f9fa5a4 docs: add allowedTools requirements and workflow example for CI
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 11:01:21 +09:00
toyota 0b3bdbdc12 fix: correct external skill name to vercel-react-best-practices
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 11:01:18 +09:00
toyota 219d01ddbe fix: correct typo in authorization-review filename (portgres → postgres)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 13:14:05 +09:00
toyota ea93b11c23 fix: limit GitHub comment posting to CI environments only
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 13:08:03 +09:00
toyota 88652e9736 docs: add GitHub PR review actions reference
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 13:08:03 +09:00
toyota e8fd1dd196 feat: add development-workflows plugin to marketplace
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 13:07:08 +09:00
toyota 3239875860 feat: integrate authorization references and improve trigger keywords
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 12:50:33 +09:00
toyota 8918509080 docs: add authorization review references for code-review skill
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 12:50:30 +09:00
TOYOTA, Yoichi a755cd36de feat: add TypeScript best practices reference for code review
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 11:46:57 +09:00
TOYOTA, Yoichi 0217e6c5b5 feat: add code-review skill with common review flow and approval criteria
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 11:46:53 +09:00