Files
wehub-resource-sync f7f27c2a37
Tests / Hermetic test suite (push) Failing after 0s
Tests / Skill frontmatter validation (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:25:58 +08:00

55 lines
1.4 KiB
Markdown

# Pull request
## Summary
One-paragraph description of what this PR changes and why.
## Type
- [ ] Bug fix (`fix:`)
- [ ] New feature (`feat:`)
- [ ] Documentation (`docs:`)
- [ ] Refactor (`refactor:`)
- [ ] Test coverage (`test:`)
- [ ] Chore / build / maintenance (`chore:`)
## Related issue
Closes #<issue-number> (if applicable)
## Changes
List the files and surfaces touched:
- `skills/<name>/SKILL.md` — what changed
- `scripts/<name>.py` — what changed
- ...
## Six-cut self-review
- [ ] Read every file before changing it
- [ ] New identifiers named for the next reader
- [ ] Smallest unit that works (no speculative abstraction)
- [ ] Deletions kept up with additions where applicable
- [ ] New behavior has hermetic test coverage
- [ ] New failure modes have explicit handling + undo plan
## Testing
```
make test
```
Paste the tail of the output here (or a summary if too long):
```
All tests passed.
```
## Verifier
For non-trivial changes, dispatch `agents/verifier.md` on the staged diff and paste its verdict:
- Verdict: SHIP / HOLD-FIX-FIRST / NEEDS-REWORK
- BLOCKER: N / HIGH: N / MEDIUM: N / LOW: N
## CHANGELOG
- [ ] Added an entry under `## [Unreleased]` in `CHANGELOG.md`
## Screenshots / output
If the change affects user-visible output, paste a before/after example.
## Notes for reviewer
Anything specific the reviewer should focus on, or context that's not obvious from the diff.