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
Copy file name to clipboardExpand all lines: .claude/skills/create-pr/SKILL.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,23 +18,9 @@ Create a PR following the dart_node template and conventions.
18
18
git log main..HEAD --oneline
19
19
```
20
20
21
-
2.**Analyze all commits**from the branch (NOT just the latest — ALL commits since diverging from main). Use `git diff main`to understand the full scope.
21
+
2.**ignore all commits**do not pay attention to the commit messages
22
22
23
-
3.**Draft PR using the template** from `.github/PULL_REQUEST_TEMPLATE.md`:
24
-
25
-
```
26
-
## TLDR;
27
-
[One sentence summary]
28
-
29
-
## What Does This Do?
30
-
[Clear description of the change]
31
-
32
-
## Brief Details?
33
-
[Implementation details, design decisions]
34
-
35
-
## How Do The Tests Prove The Change Works?
36
-
[Describe test coverage and what the tests verify]
37
-
```
23
+
3.**Draft PR using the template** from `.github/PULL_REQUEST_TEMPLATE.md`
38
24
39
25
4.**Create the PR**:
40
26
```bash
@@ -59,5 +45,4 @@ Create a PR following the dart_node template and conventions.
59
45
- Keep the title under 70 chars
60
46
- Keep documentation tight (per CLAUDE.md)
61
47
- Only diff against `main` — ignore commit messages
0 commit comments