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

yamyam-lab

yamyam-lab contient 7 skills collectées depuis lunch-corp, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
7
Stars
6
mis à jour
2026-03-17
Forks
3
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

pr-reviewer
Analystes en assurance qualité des logiciels et testeurs

Review GitHub pull requests with code analysis, verification, and feedback. Use when the user asks to review a PR, provides a PR URL, or invokes /pr-reviewer. Analyzes code changes, runs project verification skills, posts line-level review comments, and approves or requests changes.

2026-03-17
manage-skills
Développeurs de logiciels

Analyzes session changes to detect missing verification skills. Dynamically explores existing skills, creates new skills or updates existing ones, and manages CLAUDE.md.

2026-02-14
verify-code-convention
Développeurs de logiciels

Verifies PEP 8 naming, type hints, ruff compliance, import ordering, and project-specific conventions. Use after adding or modifying Python code.

2026-02-14
verify-config-consistency
Analystes en assurance qualité des logiciels et testeurs

Validates Hydra config files have required sections, correct YAML structure, and that referenced _target_ classes and data paths exist. Use after adding or modifying model configs.

2026-02-14
verify-implementation
Analystes en assurance qualité des logiciels et testeurs

Sequentially executes all verify skills in the project to generate an integrated verification report. Use after feature implementation, before PRs, or during code review.

2026-02-14
verify-model-registration
Scientifiques des données

Verifies new models are properly registered in TrainerFactory, have Hydra configs, train.py routing, and implement all BaseTrainer abstract methods. Use after adding a new model.

2026-02-14
verify-test-coverage
Analystes en assurance qualité des logiciels et testeurs

Verifies that new models, trainers, and pipeline components have corresponding unit tests and integration tests. Use after adding new models or modifying training pipeline.

2026-02-14