Skip to content

Promote start-issue skill rewrite - #154

Merged
lastobelus merged 6 commits into
mainfrom
agent/promote-start-issue-rewrite
Aug 15, 2026
Merged

Promote start-issue skill rewrite#154
lastobelus merged 6 commits into
mainfrom
agent/promote-start-issue-rewrite

Conversation

@lastobelus

@lastobelus lastobelus commented Aug 14, 2026

Copy link
Copy Markdown
Owner

What changed

  • promote the reviewed start-issue rewrite into the canonical skill
  • replace repeated tracker rescans and claim-election machinery with one bounded ledger read and detect-and-pause collisions
  • add finite done-when / excludes slice boundaries for implementation and babysit
  • restore model invocation for authorized untracked repository implementation while keeping diagnosis outside the workflow
  • add babysit's approved fold disposition, place its tripwire before triage actions, and complete merged PR claims
  • update the 12-case eval corpus and structural tests to follow behavior rather than retired prose

Why

The previous workflow accumulated ownership tokens, stable-set loops, exhaustive unmarked-item reconstruction, and repeated scans around recoverable coordination races in a single-user project. The rewrite keeps the useful human-visible tracker and claim outcomes while making ordinary runs finite and understandable.

The babysit follow-up closes the cross-skill lifecycle seam and gives valid in-slice cleanup findings a bounded home without opening a review round solely for polish.

This is a standalone selected follow-up from the process analysis archived in #151. It does not depend on #151 merging.

Impact

Agent workflow guidance and its eval corpus only. No application code, runtime behavior, project configuration, trust allowlist, owner token, or compatibility layer.

Validation

  • skill-creator quick_validate.py for both skills
  • focused guidance suites — 39/39 passing
  • npm run ci:local — 714/714 tests plus smoke passing
  • git diff --check

lastobelus commented Aug 14, 2026

Copy link
Copy Markdown
Owner Author
phase: completed
summary: "PR #154 merged into main as d00d5e9673aff0fcd66379c4a0530576e9e44a84 after exact-head CI passed; the approved stop condition ended automated review after the final one-word correction."
touch-points:
  - ".agents/skills/start-issue/"
  - ".agents/skills/babysit/"
  - "evals/start-issue/cases.json"
  - "test/start-issue-evals.test.ts"
done-when: "PR #154 is merged into main after exact-head CI passes and the approved stop condition is recorded."
excludes:
  - ".agents/skills/eli5-html-doc-rewrite/"
  - "application code and runtime behavior"
  - "new tracker, persistence, trust-allowlist, owner-token, claim-election, exhaustive Project-scan, or further automated-review machinery"

@lastobelus
lastobelus marked this pull request as ready for review August 14, 2026 21:28

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c17f0b2dc1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .agents/skills/start-issue/SKILL.md Outdated
Comment thread .agents/skills/start-issue/SKILL.md
Comment thread .agents/skills/start-issue/SKILL.md

Copy link
Copy Markdown
Owner Author

@codex review

Current head: 0d7b26f4ec865cc0ceb015c559b6bfb6c8b6f335

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0d7b26f4ec

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .agents/skills/babysit/SKILL.md Outdated

Copy link
Copy Markdown
Owner Author

@codex review

Current head: f7cf3afdc1d562a188cb1397f3e74decba7d523f

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f7cf3afdc1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .agents/skills/start-issue/SKILL.md Outdated

Copy link
Copy Markdown
Owner Author

@codex review

Current head: ab0b38a0e592bb89d5fefdc94400dd5fc47da3b9

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ab0b38a0e5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .agents/skills/start-issue/SKILL.md
Comment thread .agents/skills/babysit/references/merge.md Outdated

Copy link
Copy Markdown
Owner Author

@codex review

Final authorized head: 820802a927ba6acaf333e08686aef0e3de8ef0cc

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 820802a927

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .agents/skills/babysit/SKILL.md
@lastobelus
lastobelus merged commit d00d5e9 into main Aug 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant