Skip to content

Commit be0dc53

Browse files
Update README with links to successful GitHub Action usage examples
1 parent b227122 commit be0dc53

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,16 @@ Real-world automation using LLMProc:
119119
> - `LLMPROC_WRITE_TOKEN`: GitHub personal access token with write permissions (contents, pull-requests)
120120
121121
- **`@llmproc /resolve`** - Automatically resolve merge conflicts
122-
[Workflow](.github/workflows/llmproc-resolve.yml) | [LLM Program (yaml)](.github/config/llmproc-resolve-claude.yaml)
122+
[Workflow](.github/workflows/llmproc-resolve.yml) | [LLM Program (yaml)](.github/config/llmproc-resolve-claude.yaml) |
123+
[Example Usage](https://github.com/cccntu/llmproc/pull/7#issuecomment-2916710226) | [Result PR](https://github.com/cccntu/llmproc/pull/8)
123124

124125
- **`@llmproc /ask <question>`** - Answer questions on issues/PRs
125-
[Workflow](.github/workflows/llmproc-ask.yml) | [LLM Program (yaml)](.github/config/llmproc-ask-claude.yaml)
126+
[Workflow](.github/workflows/llmproc-ask.yml) | [LLM Program (yaml)](.github/config/llmproc-ask-claude.yaml) |
127+
[Example Usage](https://github.com/cccntu/llmproc/issues/5#issuecomment-2916673202)
126128

127129
- **`@llmproc /code <request>`** - Implement features from comments
128-
[Workflow](.github/workflows/llmproc-code.yml) | [LLM Program (yaml)](.github/config/llmproc-code-claude.yaml)
130+
[Workflow](.github/workflows/llmproc-code.yml) | [LLM Program (yaml)](.github/config/llmproc-code-claude.yaml) |
131+
[Example Usage](https://github.com/cccntu/llmproc/issues/4#issuecomment-2916695626) | [Result PR](https://github.com/cccntu/llmproc/pull/6)
129132

130133
### In Development
131134
- **OpenAI/Gemini models** - Basic support, tool calling not yet implemented

0 commit comments

Comments
 (0)