Speckit Docs Tidy#200
Conversation
|
@claude Why did you not post a PR review given the action ran? Once you have worked that out, I would still like a PR review please. |
|
Claude finished @FrankRay78's task in 2m 55s —— View job PR Review: Speckit Docs Tidy
Why the previous action didn't post a reviewThe prior action run (linked at the bottom) was triggered by a push to the branch, not by an ReviewThis is a clean tooling/docs maintenance pass with no production code changes. 34 files, all in Constitution — Principle IX (Behavioural Specification)The new principle is well-articulated and internally consistent. The sync impact report in the constitution header correctly tracks every downstream doc that needed updating, and the updates were made:
The governance discipline here (tracking downstream impact directly in the diff) is good practice.
|
|
@claude Please recheck regarding the pr-review action - I'm sure we have auto review turned on? Or did we remove it? |
|
Claude finished @FrankRay78's task in 45s —— View job Auto-review configuration check
Auto-review is configured in on:
pull_request:
types: [opened]The job fires only on PR open — not on subsequent pushes. So:
That's why you didn't see a review on the recent commits. The previous Claude comment got this wrong — it said the action "has nothing to act on" on push events, which missed the real reason: the workflow isn't subscribed to To fix this, add on:
pull_request:
types: [opened, synchronize]That would re-run the auto-review every time new commits are pushed to a PR. However, I can't modify |
|
@claude I want it to run automatically on the first PR open (and after all initial pushes have taken place) - I used .claude/commands/raise-pr.md to automatically raise this one. Please review and tell me what needs to change for the Claude Code PR review to execute after the command has concluded. |
|
Claude finished @FrankRay78's task in 3m 10s —— View job Why the auto-review didn't fire reliably, and what to change
The current setup
When The What needs to changeTwo parts: 1. After the PR is created, 2.
Proposed change to
|
|
@claude Please review the most recent commit. |
|
Claude finished @FrankRay78's task in 3m 30s —— View job Review: Most Recent Commit (
|
Summary
Upgrades the speckit toolchain to 0.8.12.dev0 and refreshes the associated command prompts, skills, templates, and workflow metadata. Adds a project-local
spec-template.mdoverride and a new WSL isolated sandbox setup guide, plus minor.gitignoretidy-ups. No production code is touched — this is a pure tooling/docs maintenance pass.Spec
N/A
Changed Files
.claude/commands/capture-learnings.md
.claude/commands/speckit.confirmissue.md
.claude/commands/speckit.draftissue.md
.claude/commands/speckit.reviewissue.md
.claude/commands/speckit.testplan.md
.claude/skills/speckit-analyze/SKILL.md
.claude/skills/speckit-checklist/SKILL.md
.claude/skills/speckit-clarify/SKILL.md
.claude/skills/speckit-constitution/SKILL.md
.claude/skills/speckit-implement/SKILL.md
.claude/skills/speckit-plan/SKILL.md
.claude/skills/speckit-specify/SKILL.md
.claude/skills/speckit-tasks/SKILL.md
.claude/skills/speckit-taskstoissues/SKILL.md
.gitignore
.specify/extensions/testplan/commands/speckit.analyze.testplan.md
.specify/init-options.json
.specify/integration.json
.specify/integrations/claude.manifest.json
.specify/integrations/speckit.manifest.json
.specify/memory/constitution.md
.specify/scripts/powershell/common.ps1
.specify/scripts/powershell/create-new-feature.ps1
.specify/scripts/powershell/setup-plan.ps1
.specify/scripts/powershell/setup-tasks.ps1
.specify/templates/checklist-template.md
.specify/templates/overrides/README.md
.specify/templates/overrides/spec-template.md
.specify/templates/plan-template.md
.specify/templates/spec-template.md
.specify/templates/tasks-template.md
.specify/workflows/speckit/workflow.yml
.specify/workflows/workflow-registry.json
docs/wsl-claude-sandbox.md