sanad-agent: Skill for Claude Code

.agents/skills/sanad-pull-request-lifecycle/SKILL.md

Sanad Pull Request Lifecycle is a skill for Claude Code, Codex from EastStarAI/sanad-agent. It costs 65 tokens per session (756 once invoked), scanned A, original, MIT.

A procedure for preparing a focused Sanad pull request, a proposed code change submitted for review. It covers isolated work, verification, CI repair, protected review, and handoff.

In plain words
What is it for?
Use it to check the owning issue or plan, search for existing branches or pull requests, run tests and analyzers, inspect the final diff, and prepare the pull-request handoff.
Why use it?
It helps keep a proposed change limited, tested, and safe to review while preventing unapproved actions such as pushing or merging.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is EastStarAI/sanad-agent's own configuration. It tells Claude Code and Codex how to work on sanad-agent itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything sanad-agent configures →

Reuse

Borrowing it

Nothing to install: this file belongs to EastStarAI/sanad-agent. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/EastStarAI/sanad-agent/main/.agents/skills/sanad-pull-request-lifecycle/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/EastStarAI/sanad-agent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Sanad Pull Request Lifecycle

README.md
[![agentmods](https://agentmods.dev/badge/skills/eaststarai/sanad-agent/sanad-pull-request-lifecycle/github.svg)](https://agentmods.dev/skills/eaststarai/sanad-agent/sanad-pull-request-lifecycle)
Your own site
<a href="https://agentmods.dev/skills/eaststarai/sanad-agent/sanad-pull-request-lifecycle"><img src="https://agentmods.dev/badge/skills/eaststarai/sanad-agent/sanad-pull-request-lifecycle/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Sanad Pull Request Lifecycle

Your own site · 80×15
<a href="https://agentmods.dev/skills/eaststarai/sanad-agent/sanad-pull-request-lifecycle"><img src="https://agentmods.dev/badge/skills/eaststarai/sanad-agent/sanad-pull-request-lifecycle.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 756 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.00756
Opus 5 $0.00032 $0.00378
Sonnet 5 $0.00013 $0.00151
Haiku 4.5 $0.00006 $0.00076

Measured 5d ago against content hash 3876255feeaa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

Sanad Pull Request Lifecycle scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/sanad-pull-request-lifecycle/SKILL.md · 49 lines

How it starts

The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sanad Pull Request Lifecycle

Use this skill after work is accepted and scoped. It may prepare local changes and a review handoff, but it must not push, merge, close an Issue, delete a branch, or mutate repository settings without explicit authorization.

Prepare

  1. Confirm the owning Issue or plan, acceptance criteria, dependencies, and required protected-review labels.
  2. Search for an existing branch or pull request before creating another.
  3. Use an isolated worktree for parallel, broad, risky, or review-bound work. Follow the repository's worktree runtime and FVM contracts.
  4. Read the closest AGENTS.md before editing and update owning documentation in the same change.

Implement and Verify

  1. Keep the diff focused and reusable; do not mix unrelated cleanup.
  2. Add focused tests and run the affected analyzer. Keep verification output bounded while preserving exit status.
  3. Review the full diff and scan for secrets, personal paths, private infrastructure, generated output, and dependency changes.
  4. Update the owning task checklist and evidence only after verification.
  5. Use a Conventional Commits pull-request title. The human PR will be squash merged, so the title must describe the final commit.
  6. Write the pull request with Problem/Goal, linked Closes #..., Changes, Verification, risk, cross-platform impact, documentation, and rollback.
  7. Map all modified paths against the repository label taxonomy before creating the pull request. Apply appropriate non-protected category labels such as type/* and comp/* only when the taxonomy calls for them. For any required protected positive-review label (maintainer-reviewed, security-reviewed, or release-reviewed), report why it is required and ask the responsible maintainer for explicit authorization after presenting the review evidence; never add a protected label merely to make CI pass. If authorization is withheld or unavailable, leave the label absent and report the merge blocker.

Release Delivery Route

Read the full file on GitHub · 49 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago Changed · +9 lines · +28 tokens per session 3876255feeaa
  2. 9d ago First seen · 40 lines · 37 tokens per session scan A 060665dd9a7f

Subscribe to this mod's changes

Sanad Pull Request Lifecycle is a skill published in the GitHub repository EastStarAI/sanad-agent (42 stars, last pushed today), licensed MIT. It adds 65 tokens to every session and 756 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

release-changelog-harness

Chooses ecosystem-native release and changelog tooling (Changesets, Melos, release-plz) plus binary distribution (GitHub Release tarballs, install.sh) when the product is an executable. Use for release CI, install.sh, versioning, CHANGELOGs, shipping MCP/CLI without clone, or meta repos that only ship skills via npx…

Arenukvern/mcp_flutter · 84 tokens

plate

Turn finished local work into a commit, an ordinary pull request, or a pull request stack. Use this skill to commit changes or to publish a branch. Use it to open or update a pull request. Use it to create, sync, restack, or submit a pull request stack. You can also run /plate. This skill owns all staging, commits…

paulnsorensen/easy-cheese · 106 tokens

gh-address-comments

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

rojim666/SztuCode · 39 tokens

npm

Publish and manage packages on the npm registry (npmjs.com), publish, dist-tags, deprecate, owners, download stats, private installs. Use when the user asks to publish, release or manage an npm package, or to inspect the registry.

intentic/intentic · 53 tokens

mx-pr

Draft a pull request from the feature spec and git log, run an autonomous commit-history cleanup (content check), then publish to GitHub or GitLab (Bitbucket experimental) — or hand off. Use when a feature branch is ready for PR, standalone or from mx-flow. Usage: /mx-pr [name].

maxence2997/mx-harness · 67 tokens

git-authoring

Authors and executes git work end to end — Conventional Commits messages, pull-request content, release notes, and pull-request review, plus the repository operations an engineer runs daily: branching, rebasing, squashing, cherry-picking, reverting, merge-conflict resolution, stashes, tags, remotes, and recovery…

n-shadloo/git-authoring · 220 tokens