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

sklent

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

skills collectés
12
Stars
4
mis à jour
2026-06-15
Forks
1
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

braid-plan
Développeurs de logiciels

Generate a BRAID reasoning graph (Mermaid flowchart TD) for a complex multi-step task. Cache to .local-artifacts/braid/<task-slug>.mmd. Hand to the braid-solver agent for execution. Use before non-trivial features, multi-hypothesis debugging, architecture decisions.

2026-06-15
coverage-gate
Analystes en assurance qualité des logiciels et testeurs

Run unit-test coverage for the changed surface and block if below threshold. Backend (Go) via go test -cover. Frontend (web) via vitest --coverage. Threshold 70% now, target 80%. Reports delta vs base branch.

2026-06-15
intended-vs-implemented
Analystes en assurance qualité des logiciels et testeurs

Audit the gap between what the code is documented to do and what it actually does. Run before claiming any feature works, before a release, and whenever a doc/README/CLAUDE.md says a subsystem is "done". Turns "Presence ≠ completeness" into a repeatable check. Especially for marketplace sync, payment, invoice.

2026-06-15
issue-create
Développeurs de logiciels

Create a GitHub issue with required milestone + labels + body template. Enforces the "no issue, no branch" rule. Returns the issue number for the branch name.

2026-06-15
playwright-snapshot
Analystes en assurance qualité des logiciels et testeurs

Capture Playwright snapshots + screenshots for a list of URLs. Saves artifacts to .local-artifacts/screenshots/<branch>/. Lightweight helper invoked by wtf-ux-playwright or directly when verifying a specific surface.

2026-06-15
api-pentest
Analystes en sécurité de l'information

Black-box pentest of the Go/Gin REST API. JWT handling, IDOR, rate limiting, payment-callback verification, business-logic abuse. Run before major releases.

2026-06-15
network-pentest
Analystes en sécurité de l'information

Black-box pentest of the deployment surface. TLS config, security headers, exposed ports, DNS, container exposure. Run before major releases and after infra changes.

2026-06-15
security-pentest
Analystes en sécurité de l'information

Periodic penetration testing suite. Covers web app (Next.js), REST API (Go/Gin), and deployment surface. Use before every major release and quarterly thereafter. Complements wtf-security (code review) with black-box dynamic testing.

2026-06-15
web-app-pentest
Analystes en sécurité de l'information

Black-box pentest of the Next.js storefront + admin. Auth flows, CSRF, XSS, client-side access control, cookie flags, CSP. Run before major releases.

2026-06-15
ship-pr
Développeurs de logiciels

Push the current branch and open a PR with the standard body template. feature/* targets development; hotfix/* targets master. Body includes summary, verification results, coverage delta, screenshots, reviewer status, and Closes

2026-06-15
spec-driven-development
Développeurs de logiciels

Write a SPEC.md before coding any non-trivial feature. Covers objectives, scope, success criteria, affected files, and test strategy.

2026-06-15
wtf-code-reviewer
Analystes en assurance qualité des logiciels et testeurs

Dispatch the wtf-code-reviewer agent after any implementation. Inspects diff, fans out to language-specific reviewers (wtf-go, wtf-js-react, wtf-security, wtf-ux-playwright) in parallel, aggregates findings. Mandatory before any PR. Loops until VERIFIED (max 3 iterations).

2026-06-15