mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-19 15:36:29 +03:00
Replace 'Jasper' and 'Magnus Hedemark' references with generic placeholders in skill metadata, example templates, and agent instructions. These files are consumed by the public repo and should not contain personal names. - SKILL.md: author: Jasper → author: agent-skills - phase-1-filing-issues.md: example disclosure genericized - agent-checklist.md: first-person framing generalized
20 lines
1.6 KiB
Markdown
20 lines
1.6 KiB
Markdown
## Agent-Specific Checklist
|
|
|
|
When making a contribution on behalf of someone else:
|
|
|
|
- [ ] **CONTRIBUTING.md checked** at repository root (and fallback locations)
|
|
- [ ] **Existing issues searched** before filing anything new — on the current repo AND on any target repo before redirecting
|
|
- [ ] **Existing PRs checked** on the target repo too — the fix may already exist — on the current repo AND on any target repo before redirecting
|
|
- [ ] **Existing PRs checked** on the target repo too — the fix may already exist
|
|
- [ ] **For large changes:** discussed with maintainers before implementing
|
|
- [ ] **Agent disclosure** included in issue/PR body
|
|
- [ ] **PR/issue template compliance** — fetched project template (`.github/PULL_REQUEST_TEMPLATE.md` for PRs, `.github/ISSUE_TEMPLATE/` for issues), body matches required structure
|
|
- [ ] **PR compliance checker** — `check-pr-template-compliance.py` exits 0 before PR submission
|
|
- [ ] **Commits authored in the human contributor's name** (`git commit --author="Human Name <email>"` if the agent writes the code directly — but preferably the human writes/approves the commits)
|
|
- [ ] **Tests pass** before opening PR
|
|
- [ ] **No force-push** unless the project's contributing guide explicitly asks for rebased history
|
|
- [ ] **CI monitored** after PR submission, failures fixed promptly
|
|
- [ ] **Single issue per PR** — if a separate fix is discovered while a PR is open, create a NEW branch from main, new issue, and new PR. Do NOT push to the open PR's branch.
|
|
- [ ] **Review feedback addressed** — each comment gets a response or action
|
|
|
|
--- |