Install
$ agentstack add skill-2030ai-2030ai-pullrequest-pipeline-skill-template-endsession ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
/endsession
Close the session without leaving avoidable ambiguity or unfinished agent work.
Workflow
1. Re-read Closeout Rules
Check local project instructions before finalizing:
AGENTS.mdCLAUDE.md- any closeout documents explicitly referenced from those files
If the project requires specific closing actions, complete them before the final response.
2. Confirm The Stop Point
Make sure the work is at one of these states:
- the requested task is complete;
- there is a concrete blocker;
- the next session has a clear handoff.
Do not close while checks, edits, or needed background processes are still running.
3. Verify Real State
Before the final response, inspect:
- what changed;
- whether there are uncommitted changes;
- whether checks are still running or failed;
- whether temporary files or generated artifacts should be removed.
Do not alter unrelated user changes. Remove temporary artifacts only when you created them in this session and cleanup is safe.
Minimum check:
git status --short
4. Update Required Documentation
Update only documentation that is required by the project or directly useful for handoff, such as:
- project changelog or development history;
- ADR or design notes when a durable decision was made;
- source-of-truth config or inventory docs when the project explicitly uses them;
todo.mdor equivalent when task state changed.
Avoid adding process paperwork that the project does not ask for.
5. Record External Follow-up Only When Required
If local rules require a separate change log, tracker, issue, or release note, update it. If no such rule exists, skip this step.
Do not write to external systems unless the user or project rules explicitly authorize it.
6. Preserve Handoff Quality
The final response should make the session closable:
- what was done;
- what changed;
- what was verified;
- what remains, if anything;
- any blocker or follow-up.
If nothing remains, say so directly.
7. Commit Only When Appropriate
Do not commit automatically.
Commit only when:
- the user explicitly requested it;
- the project workflow requires it;
- this session already includes a commit/PR workflow that expects the changes to be committed.
8. Close Cleanly
Final answer shape:
- short summary;
- important paths, PRs, or artifacts;
- verification status;
- unresolved risk or explicit "nothing left".
Default Checklist
- Check
AGENTS.mdandCLAUDE.md. - Check
git status. - Update required docs.
- Record required external follow-up only if project rules say so.
- Mention checks, risks, and follow-up.
- End with a concise handoff.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: 2030ai
- Source: 2030ai/2030ai-pullrequest-pipeline-skill-template
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.