poe-code 3.0.156 → 3.0.158

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,6 +14,7 @@ Read {{url}} and leave a visible GitHub response to the comment from {{comment.a
14
14
  - If the comment asks for code changes, open or update a PR and comment with the result.
15
15
  - Before starting new work, check for existing open PRs by the agent that relate to this issue. If any exist and need updating based on the new instructions, update them instead of opening a new PR.
16
16
  - If blocked, comment with the blocker and next step.
17
+ - When posting any multiline GitHub comment or PR body, write it with a quoted heredoc and pass it to `gh` with `--body-file` instead of an inline `--body` string.
17
18
 
18
19
  {{skill_github_cli}}
19
20
 
@@ -5,6 +5,7 @@ Read {{url}} and leave a visible GitHub response.
5
5
 
6
6
  - If the issue needs code changes, implement them, open or update a PR, and comment with the result.
7
7
  - If blocked, comment with the blocker and next step.
8
+ - When posting any multiline GitHub comment or PR body, write it with a quoted heredoc and pass it to `gh` with `--body-file` instead of an inline `--body` string.
8
9
 
9
10
  {{skill_github_cli}}
10
11
 
@@ -15,6 +15,7 @@ Read {{url}} and leave a visible GitHub response to the comment from {{comment.a
15
15
  - Implement changes on the current PR branch, update the existing PR, and comment with the result.
16
16
  - Do not open a new PR unless updating the existing PR is impossible.
17
17
  - If blocked, comment with the blocker and next step.
18
+ - When posting any multiline GitHub comment or PR body, write it with a quoted heredoc and pass it to `gh` with `--body-file` instead of an inline `--body` string.
18
19
 
19
20
  {{skill_github_cli}}
20
21
 
@@ -3,6 +3,8 @@ label: "GitHub: Pull Request Handler"
3
3
  ---
4
4
  Read {{url}} and review the pull request.
5
5
 
6
+ - When posting any multiline GitHub review body, write it with a quoted heredoc and pass it to `gh` with `--body-file` instead of an inline `--body` string.
7
+
6
8
  {{skill_github_cli}}
7
9
 
8
10
  {{code_review_guidelines}}
@@ -3,6 +3,8 @@ label: "GitHub: Pull Request Update Handler"
3
3
  ---
4
4
  Read {{url}} and re-review the updated pull request.
5
5
 
6
+ - When posting any multiline GitHub review body, write it with a quoted heredoc and pass it to `gh` with `--body-file` instead of an inline `--body` string.
7
+
6
8
  {{skill_github_cli}}
7
9
 
8
10
  {{code_review_guidelines}}