Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

CrossCheck

CrossCheck contient 32 skills collectées depuis sburl, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
32
Stars
26
mis à jour
2026-05-01
Forks
2
Couverture métier
8 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

do-work
Développeurs de logiciels

Process autonomous task queue from do-work/ folder

2026-05-01
plan
Développeurs de logiciels

Enter plan mode for complex tasks (pour energy into the plan for 1-shot implementation)

2026-05-01
pr-review
Analystes en assurance qualité des logiciels et testeurs

Initiate autonomous PR review process with Codex agent

2026-05-01
repo-assessment
Gestionnaires des systèmes informatiques et d'information

Run comprehensive repo assessment with Codex (every 3 PRs)

2026-05-01
security-review
Analystes en sécurité de l'information

Comprehensive security audit covering 10 threat categories

2026-05-01
setup-automation
Développeurs de logiciels

Install all automation for a new repo (git hooks + GitHub Actions)

2026-05-01
submit-pr
Développeurs de logiciels

Automated PR submission - runs pre-checks, creates PR, and starts review

2026-03-05
update-crosscheck
Développeurs de logicielsAutres occupations informatiques

Update CrossCheck to the latest version — pulls from main. Skills and agents update instantly via symlinks; new ones get linked automatically.

2026-02-28
capture-skill
Développeurs de logiciels

Extract and persist a non-obvious discovery from the current session as a reusable skill. Use after: debugging a non-obvious error, finding a workaround through trial-and-error, resolving an environment/config/dependency issue the docs didn't cover, discovering a project-specific pattern through investigation, or completing any task where the solution required genuine discovery rather than straightforward documentation lookup.

2026-02-26
webapp-test
Analystes en assurance qualité des logiciels et testeurs

Automated Playwright-based web app testing. Screenshot, inspect DOM, discover selectors, interact with elements, and run visual regression checks against a running localhost app. Use when: "test webapp", "browser test", "screenshot app", "check UI", "visual regression", "end-to-end test", or verifying a web app works after changes.

2026-02-26
bug-review
Analystes en assurance qualité des logiciels et testeurs

Systematic audit for common failure modes and bugs

2026-02-26
fuzz
Analystes en assurance qualité des logiciels et testeurs

Property-based and adversarial input testing — generates random/adversarial inputs to find crashes, hangs, and invariant violations

2026-02-26
mutation-test
Analystes en assurance qualité des logiciels et testeurs

Verify test suite effectiveness — introduces small code mutations and checks if tests catch them. Surviving mutants reveal weak tests.

2026-02-26
redteam
Analystes en sécurité de l'information

Active exploit verification — writes and runs throwaway exploit tests to confirm or disprove security findings

2026-02-26
setup-plugins
Développeurs de logiciels

Install and configure Claude Code plugins alongside CrossCheck skills

2026-02-25
napkin
Développeurs de logiciels

Per-repo behavioral memory stored in .codex/napkin.md. Use to initialize or update the napkin for any project. Tracks repo-specific mistakes, user corrections, and surprising gotchas that recur across sessions. Read silently at session start if the file exists. Write during work. Curate aggressively. Complement to MEMORY.md (which is cross-project and user-scoped); napkin is repo-scoped and committable.

2026-02-25
ai-usage
Autres occupations informatiques

Track AI coding tool token usage, costs, and environmental impact

2026-02-24
cleanup-branches
Développeurs de logicielsAutres occupations informatiques

Batch git branch cleanup - generates single approval script

2026-02-24
cleanup-worktrees
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiques

Remove merged or abandoned git worktrees

2026-02-24
codex-delegate
Développeurs de logiciels

Delegate a coding task to OpenAI Codex agent for autonomous execution

2026-02-24
commit-smart
Développeurs de logiciels

Atomic Git Commit

2026-02-24
create-worktree
Développeurs de logicielsAutres occupations informatiques

Create new git worktree for parallel development

2026-02-24
doc-timestamp
Traiteurs de texte et dactylographes

Add or update datetime timestamps in documentation files

2026-02-24
ensemble-opinion
Développeurs de logicielsAutres occupations informatiques

Get multi-model opinions on a problem (Codex + Gemini + Critic)

2026-02-24
garbage-collect
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiques

Manage files in /garbage folder for deletion

2026-02-24
gemini-delegate
Développeurs de logiciels

Delegate a coding task to Google Gemini agent for autonomous execution

2026-02-24
list-worktrees
Développeurs de logiciels

List all active git worktrees

2026-02-24
pre-pr-check
Analystes en assurance qualité des logiciels et testeurs

Comprehensive pre-PR checklist - actually runs checks

2026-02-24
setup-statusline
Spécialistes du support aux utilisateurs d'ordinateurs

Customize Codex statusline for better context awareness

2026-02-24
techdebt
Développeurs de logiciels

Find and eliminate technical debt (run at end of every session)

2026-02-24
cleanup-all
Spécialistes du support aux utilisateurs d'ordinateurs

Run all git cleanup operations in sequence: worktrees, branches, and stashes. Use before or after repo assessment, at the end of a sprint, or whenever local git state has accumulated clutter. Chains /cleanup-worktrees, /cleanup-branches, and /cleanup-stashes with a combined summary at the end.

2026-02-24
cleanup-stashes
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiques

Review and selectively drop git stashes. Lists all stashes with branch, age, and file summary. Flags stashes whose branch no longer exists (orphaned work) or has been merged to main (likely superseded), and stashes older than 14 days (likely forgotten). Generates a drop script for user approval — never drops stashes directly.

2026-02-24