You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add issue routing and automation config to CLAUDE.md
Move PR target repo and git identity into CLAUDE.md so skills
resolve configuration from the repo itself rather than relying on
runner-side placeholder substitution. Add an issue resolution
routing table that maps issue title patterns to skill files.
Clean up the workflow by removing SKILL_SOURCE, SKILL_PATH, and
PR_TARGET_REPO which are no longer needed.
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
Made-with: Cursor
1.**Configure git identity** using the values from the Automation Configuration section in `CLAUDE.md`.
16
12
17
13
2.**Create a new branch**:
18
14
```bash
@@ -31,15 +27,15 @@ Verify that the che-code-rebase-bot pipeline works end-to-end by making a trivia
31
27
git push origin HEAD
32
28
```
33
29
34
-
5.**Create a pull request**:
30
+
5.**Create a pull request** against the PR target repository from `CLAUDE.md`. Include the issue URL (from the prompt that triggered this skill) in the body:
35
31
```bash
36
32
gh pr create \
37
-
--repo TARGET_REPO \
33
+
--repo <PR target repository from CLAUDE.md> \
38
34
--title "[rebase-bot]: test pipeline verification" \
39
35
--body "Automated test PR created by che-code-rebase-bot to verify the pipeline works end-to-end. Safe to close.
40
36
41
37
### What issues does this PR fix?
42
-
ISSUE_REF"
38
+
<issue URL from the triggering prompt>"
43
39
```
44
40
45
41
6.**Print the result**: output the PR URL so the orchestrator can capture it.
0 commit comments