Open artifact pr
Use to assemble and open a Blue Life Commons pull request for a finished artifact. Triggers — "open a PR for this artifact", "submit my contribution", after validate/ethics/source checks pass.From its SKILL.md
npx -y skills add frankxai/marine-agent-skills --skill open-artifact-prAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 342 tokens by cl100k_base, as published. Nobody here has run it
Open an artifact PR
The commons accepts PRs, not direct commits — every change flows through review. Only open the PR after /source-verify, /ethics-check, and /validate-artifact pass.
Procedure
- Branch:
git checkout -b artifact/<type>-<id>. - Place the artifact at its
outputs.github_pathwith complete frontmatter. - Commit with a descriptive message naming the artifact and the issue it addresses.
- Push and open the PR. The PR body must state:
- The issue addressed.
- Sources used (and their tiers).
- Any claims flagged needs-expert-review.
- A filled-in review checklist (
.github/PULL_REQUEST_TEMPLATE.md).
PR body template
## Artifact
<type>: <title> (`<id>`)
## Issue
Closes #<n>
## Sources
- [Tier 1] <citation + DOI/URL>
- ...
## Review flags
- science: <pending|required|n/a>
- ethics: <pending|required|n/a>
- claims needing expert review: <list or none>
## Checklist
- [ ] Every factual claim sourced (/source-verify passed)
- [ ] Ethics policy honored (/ethics-check passed)
- [ ] Schema valid (/validate-artifact passed)
- [ ] No precise locations for vulnerable taxa
Do not weaken, remove, or bypass review requirements, ethics rules, or citation standards in the PR. Reviewers decide scientific truth; you supply sourced, schema-valid drafts.
Built on SIP · Blue Life Commons.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.