Skip to content

Commit b0c2acb

Browse files
committed
.
1 parent 4a18c59 commit b0c2acb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.claude/skills/analyze-toxgen/SKILL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ there is another one that's failing.
6969

7070
#### Analyze non-flake failures
7171

72-
Run the test suite for the failing tox target locally via `tox -e tox_target}`.
72+
Run the test suite for the failing tox target locally via `tox -e {tox_target}`.
7373

7474
Analyze the error message from the local run, then start localizing
7575
the source of the breakage:
@@ -89,6 +89,6 @@ point to the specific code snippets for double checking.
8989

9090
Ask the user if you should propose a fix.
9191

92-
When fixing, make sure the integration code supports both the current and the
93-
new way of integrating with the library, as we need to support users across
94-
different versions.
92+
First check out the toxgen/update branch locally. Then branch off of it for the
93+
fix. When fixing, make sure the integration code supports both the current and
94+
the new way of integrating with the library, as we need to support both.

0 commit comments

Comments
 (0)