Skip to content

Commit 54c8c2d

Browse files
Fix skill
1 parent 8910e16 commit 54c8c2d

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

.claude/skills/create-pr/SKILL.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,9 @@ Create a PR following the dart_node template and conventions.
1818
git log main..HEAD --oneline
1919
```
2020

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
2222

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`
3824

3925
4. **Create the PR**:
4026
```bash
@@ -59,5 +45,4 @@ Create a PR following the dart_node template and conventions.
5945
- Keep the title under 70 chars
6046
- Keep documentation tight (per CLAUDE.md)
6147
- Only diff against `main` — ignore commit messages
62-
- Push to remote with `-u` flag if needed
6348
- Return the PR URL when done

0 commit comments

Comments
 (0)