Refactor and expand portable LLM workflow templates #47
Reference in New Issue
Block a user
Delete Branch "docs/issue-46-portable-llm-workflow-skill"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #46.
Base work from #42/#45 already exists on
master. This PR improves that skill; it does not create it from scratch.Files changed
skills/llm-project-workflow/SKILL.mdskills/llm-project-workflow/templates/start-issue.mdskills/llm-project-workflow/templates/review-pr.mdskills/llm-project-workflow/templates/merge-pr.mdskills/llm-project-workflow/templates/recover-bad-state.md(New)skills/llm-project-workflow/templates/worktree-cleanup.md(New)skills/llm-project-workflow/templates/recover-dirty-worktree.md(Deleted)README.mddocs/llm-workflow-runbooks.mdWhy deleting recover-dirty-worktree.md is intentional
The old
recover-dirty-worktree.mdtemplate was too generic. It has been replaced by two specialized templates:worktree-cleanup.md: A strict, safe workflow for cleaning up branch worktrees after a merge is successfully confirmed.recover-bad-state.md: Focused strictly on recovering from ambiguous git states.Safety
This is a docs-only / skill-only change. No runtime behavior changed. No secrets are included.
docs: portable llm-project-workflow skill + templates (#46)to Refactor and expand portable LLM workflow templatesd1d2bc2505to00ec883014Blocked: PR #47 is no longer open, so I cannot merge it through the requested reviewer/merger workflow. Gitea currently reports , , , and no . I also observed issue #46 is closed but still has . Remote has advanced to with a #46-related commit, but because PR #47 itself is closed-not-merged in Gitea, I am stopping without merge or cleanup.
Correction to my prior blocker comment: PR #47 is no longer open, so I cannot merge it through the requested reviewer/merger workflow. Gitea currently reports state=closed, merged=false, merged_at=None, and no merge_commit_sha. Issue #46 is closed but still has the status:in-progress label. Remote prgs/master has advanced to commit
00ec883with a #46-related commit, but because PR #47 itself is closed-not-merged in Gitea, I am stopping without merge or cleanup.Pull request closed