docs: add portable LLM workflow skill #45

Closed
jcwalker3 wants to merge 0 commits from docs/issue-42-portable-llm-workflow-skill into master
Owner

Closes #42

Summary

  • Add reusable skills/llm-project-workflow/ skill package for issue-first, isolated-worktree LLM project work.
  • Add prompt templates for starting issues, reviewing PRs, merging PRs, and dirty-worktree recovery.
  • Link the portable skill from README and the LLM workflow runbook.

Validation

  • git diff --check
  • git diff --cached --check
  • /Users/jasonwalker/Development/Gitea-Tools/venv/bin/python -m pytest tests/ -q (287 passed)
  • Manual secret scan of changed files; only pre-existing README placeholder token examples were matched.

Notes

  • Docs/skill-only change.
  • No runtime, credential, deploy, or MCP behavior changes.
  • I authored this PR, so I will not self-review or self-merge.
Closes #42 ## Summary - Add reusable `skills/llm-project-workflow/` skill package for issue-first, isolated-worktree LLM project work. - Add prompt templates for starting issues, reviewing PRs, merging PRs, and dirty-worktree recovery. - Link the portable skill from README and the LLM workflow runbook. ## Validation - `git diff --check` - `git diff --cached --check` - `/Users/jasonwalker/Development/Gitea-Tools/venv/bin/python -m pytest tests/ -q` (`287 passed`) - Manual secret scan of changed files; only pre-existing README placeholder token examples were matched. ## Notes - Docs/skill-only change. - No runtime, credential, deploy, or MCP behavior changes. - I authored this PR, so I will not self-review or self-merge.
jcwalker3 added 1 commit 2026-07-02 02:19:46 -05:00
jcwalker3 closed this pull request 2026-07-02 02:22:12 -05:00
jcwalker3 deleted branch docs/issue-42-portable-llm-workflow-skill 2026-07-02 02:22:12 -05:00

Pull request closed

Sign in to join this conversation.