Skip to main content
Dépôt GitHub

envy-nx

envy-nx contient 6 skills collectées depuis szymonos, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
6
Stars
0
mis à jour
2026-06-14
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

address-pr-review
Analystes en assurance qualité des logiciels et testeurs

State-aware GitHub Copilot PR review handler. Detects review state (not triggered / in progress / has unresolved threads / clean), triggers Copilot via `gh pr edit --add-reviewer` when needed, polls until completion, classifies fresh unresolved comments as fix/resolve-only/skip, applies fixes, resolves threads via GraphQL, and pushes. Only exits when the fresh review (matching HEAD SHA) has no unresolved fresh threads. Use when the user types `/address-pr-review`, asks to address PR comments, wants to clear review findings, or says "check the PR review." Disabled for auto-invocation.

2026-06-14
prepare-release
Développeurs de logiciels

Cut a release end-to-end - commit uncommitted work, consolidate the branch's commits by Conventional Commits prefix via soft-reset, write the CHANGELOG entry, push the branch, then create or update the release PR. Bundled extract.py reads only the CHANGELOG sections needed (avoids the 100+ KB file); cspell_words.py reconciles new vocabulary with project-words.txt before committing; test_stats.py audits stat-callout drift in docs when `tests/` changed since the last tag. Use when the user types `/prepare-release <X.Y.Z>`, asks to cut a release, prepare release notes, ship X.Y.Z, or wrap a branch up. Disabled for auto-invocation.

2026-06-14
second-opinion
Analystes en assurance qualité des logiciels et testeurs

Heterogeneous-model code review of the current branch's changes. Invokes GitHub Copilot CLI with gpt-5.3-codex to review git diff since merge-base with main (or user-specified commit). Reads .claude/skills/second-opinion/REVIEW-BRIEF.md for focused project context. Returns structured findings that Claude reads, summarizes, and acts on. Use when the user types `/second-opinion`, asks for a second opinion on a branch, wants GPT to review the work, or wants an independent review before pushing. Disabled for auto-invocation.

2026-06-14
review
Analystes en assurance qualité des logiciels et testeurs

Run a periodic chunked code review against one shard of the repo. Use /review <shard> to start a review, /review next to rotate to the oldest-reviewed shard, /review act <findings-path> to triage findings and apply fixes, /review status to see what's pending. Spawns the reviewer/fixer/verifier subagents from .claude/agents/.

2026-05-24
grill-with-docs
Développeurs de logiciels

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and writes agent-readable decisions to design/decisions/ as they crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

2026-05-23
slide-deck-builder
Développeurs de logiciels

Build or update a reveal.js slide deck with a dark theme, semantic accent colors, and technical density (Outfit + JetBrains Mono fonts; indigo + green/amber/red/blue accents). Operates on docs/slides/index.html if present; scaffolds a new one otherwise. Use this skill whenever the user mentions slides, the deck, a presentation, a talk, or wants to add, edit, or fix any slide-level content - even if they don't explicitly say "reveal.js".

2026-05-23