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

Stage

Stage contient 11 skills collectées depuis io-wy, avec une couverture métier par dépôt et des pages de détail sur le site.

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

Skills dans ce dépôt

adversarial-review-pipeline
Analystes en assurance qualité des logiciels et testeurs

Multi-model adversarial code review for agent outputs. Use when reviewing core logic changes, 5+ files, 200+ lines, or when user says "对抗审查/adversarial review/cross-model review". The reviewer agent inspects coder outputs through a cross-validation lens to catch single-model blind spots.

2026-06-11
impact-scan-pipeline
Développeurs de logiciels

Change impact scan for Python projects. When modifying function signatures, interfaces, data models, config structs, or shared modules, automatically grep all call sites and dependent files to prevent incomplete changes. Outputs a structured markdown impact report.

2026-06-11
pitfall-journal-pipeline
Développeurs de logiciels

Pitfall recording and evolution tracking. When AI makes a mistake or user corrects output, record a PIT entry. Same-type PITs reaching 2+ trigger rule extraction; 4+ trigger skill crystallization. Use when user says "踩坑/pitfall/PIT/记录错误/犯错日志/evolve mistake/踩坑记录".

2026-06-11
task-orchestrator-dev
Développeurs de logiciels

Use when developing, modifying, refactoring, or reviewing the task-orchestrator multi-agent orchestration engine. Covers design principles, architecture decisions, and development guardrails derived from the Multi-Agent Harness design reference. Triggered by changes to src/openagents_orchestration/, adding new orchestration features, or questions about orchestrator design.

2026-05-17
code-review-pipeline
Analystes en assurance qualité des logiciels et testeurs

Run a static code review over a target directory. Scans Python/JS/TS files for common issues (long functions, TODOs, missing docstrings, unused imports, security smells) and produces a structured markdown report.

2026-05-17
data-processing-pipeline
Développeurs de logiciels

Clean and transform tabular data (CSV/JSON). Performs deduplication, null-row removal, string trimming, and column normalization. Useful for ETL tasks that don't need pandas — uses only Python standard library.

2026-05-17
doc-generation-pipeline
Développeurs de logiciels

Generate API documentation (markdown) from a Python module by AST parsing. Extracts module docstrings, function signatures, class hierarchies, and type hints. Pure Python, no LLM dependency.

2026-05-17
health-check-pipeline
Administrateurs de réseaux et de systèmes informatiques

Run a suite of health checks (bash commands, file existence, content matching) and produce a structured pass/fail report. Pure Python, no LLM dependency.

2026-05-17
scaffold-pipeline
Développeurs de logiciels

Batch-create directory structures and files in one shot. Given a directory tree and file contents, creates everything atomically. Use this when a coder agent needs to scaffold a multi-file project skeleton without burning steps on individual write_file calls.

2026-05-17
test-generation-pipeline
Analystes en assurance qualité des logiciels et testeurs

Generate pytest test skeletons for a Python module by AST parsing. Extracts function signatures and produces parametrised tests, edge-case stubs, and fixture hints. Pure Python, no LLM dependency.

2026-05-17
web-research-pipeline
Développeurs de logiciels

Aggregate web content from a list of URLs into a structured research brief. Fetches each URL, strips HTML to text, deduplicates paragraphs, and assembles a markdown report. The caller provides sources — this skill does not search.

2026-05-17