livre

livre is a skill for Claude Code from naiersaidane/claude-mastery. It costs 90 tokens per session (634 once invoked), scanned A, original, MIT.

A release workflow that commits code changes, synchronizes the current branch with the remote main branch, pushes the branch, and opens a pull request for review. A pull request is a request to merge changes into a shared branch.

In plain words
What is it for?
Use it when your changes are ready to commit, push, and submit for review as a pull request.
Why use it?
It collects the checks needed before sharing work and avoids running the release process directly on main.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions CLAUDE.md.

Part of the claude-mastery plugin — 8 skills shipped together

Good fit Use it when your changes are ready to commit, push, and submit for review as a pull request.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/naiersaidane/claude-mastery/livre
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add naiersaidane/claude-mastery --skill livre
Clone the repo
git clone --depth 1 https://github.com/naiersaidane/claude-mastery

Made for: Claude Code.

Or install claude-mastery, the plugin that ships this one along with the rest of its 8 skills.

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 livre

README.md
[![agentmods](https://agentmods.dev/badge/skills/naiersaidane/claude-mastery/livre/github.svg)](https://agentmods.dev/skills/naiersaidane/claude-mastery/livre)
Your own site
<a href="https://agentmods.dev/skills/naiersaidane/claude-mastery/livre"><img src="https://agentmods.dev/badge/skills/naiersaidane/claude-mastery/livre/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 livre

Your own site · 80×15
<a href="https://agentmods.dev/skills/naiersaidane/claude-mastery/livre"><img src="https://agentmods.dev/badge/skills/naiersaidane/claude-mastery/livre.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 634 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.
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.00090 $0.00634
Opus 5 $0.00045 $0.00317
Sonnet 5 $0.00018 $0.00127
Haiku 4.5 $0.00009 $0.00063

Measured 12d ago against content hash 9cc74caa3081, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

livre 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 12d 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.

skills/livre/SKILL.md · 45 lines

What it actually says

/livre

Commit tous les changements, synchronise avec main distant, push, et crée une Pull Request.

Étapes

1. Vérification de sécurité

  • Exécute git branch --show-current pour obtenir la branche courante
  • Si tu es sur main, refuse et demande à l'utilisateur de créer d'abord une branche de fonctionnalité (propose /branche)

2. Synchronisation avec main distant

  • Récupère la dernière version : git fetch origin main
  • Vérifie si la branche est en retard : git log HEAD..origin/main --oneline
  • Si en retard sur origin/main, fusionne : git merge origin/main
  • En cas de conflits de fusion, montre-les à l'utilisateur et aide à les résoudre avant de continuer

3. Staging et commit

  • Exécute git status pour voir tous les changements (n'utilise jamais le flag -uall)
  • Exécute git diff et git diff --staged pour revoir les changements
  • Exécute git log --oneline -5 pour voir le style des commits récents
  • Ajoute au staging les fichiers modifiés/nouveaux pertinents (nomme les fichiers précisément, pas git add -A)
  • N'ajoute PAS au staging les fichiers contenant des secrets (.env, identifiants, etc.)
  • Si $ARGUMENTS est fourni, utilise-le comme message de commit
  • Si aucun argument, rédige un message de commit selon les conventions de CLAUDE.md :
    • Utilise un préfixe de type : feat: (nouvelle fonctionnalité) ou fix: (correction de bug)
    • Mets l'accent sur le « pourquoi » plutôt que le « quoi »
    • Termine par Co-Authored-By: Claude
  • Utilise un HEREDOC pour le message de commit afin d'assurer un formatage correct

4. Push

  • Push avec le suivi de la branche amont : git push -u origin HEAD

5. Création de la PR

  • Utilise gh pr create avec :
    • Un titre court (moins de 70 caractères)
    • Un corps contenant ## Résumé (1 à 3 puces) et ## Plan de test
    • Utilise un HEREDOC pour le corps
  • Retourne l'URL de la PR à l'utilisateur
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. 12d ago First seen · 45 lines · 90 tokens per session scan A 9cc74caa3081

Subscribe to this mod's changes

livre is a skill published in the GitHub repository naiersaidane/claude-mastery (51 stars, last pushed 1mo ago), licensed MIT. It adds 90 tokens to every session and 634 once invoked, about $0.0005 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

git-workflow

Guided git workflows: prepare PRs, clean up branches, resolve merge conflicts, handle monorepo tags, squash-and-merge patterns. Use when asked to prepare a PR, clean branches, resolve conflicts, or tag a release.

jezweb/claude-skills · 52 tokens

git-workflow

A Git workflow guide for organizing commits, branches, pull requests, releases, and automated version-control tasks. Git is the system developers use to track code changes and collaborate.

huangwb8/skills · 47 tokens

git-workflow

Helps with git workflows including conventional commit messages, branching strategies, merge conflict resolution, and changelog generation. Triggers on: "git commit message", "branching strategy", "resolve conflict", "generate changelog".

timwukp/agent-skills-best-practice · 49 tokens

changelog

Use when writing a changelog or release notes. Covers what belongs in one, writing for users rather than for git, semantic versioning, and documenting breaking changes so nobody is surprised.

nimadorostkar/Claude-Skills-collection · 40 tokens

git-workflow

Use for branching, committing, history repair, and release hygiene. Covers atomic commits, rebase versus merge, bisect, reflog recovery, and undoing mistakes safely.

nimadorostkar/Claude-Skills-collection · 39 tokens

git

Granular git operations with conventional commits - stage, commit, push, PR, merge. Auto-splits commits by type/scope, blocks on secrets, delegates verbose work to git-manager subagent. GitHub CLI conventions: --body-file for PR bodies, treat gh pr checks exit 8 (pending) as retry not failure, guard run-id assignment…

vanducng/skills · 95 tokens