Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

yamyam-lab

yamyam-lab 收录了来自 lunch-corp 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
7
Stars
6
更新
2026-03-17
Forks
3
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

pr-reviewer
软件质量保证分析师与测试员

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
软件开发工程师

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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
数据科学家

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
软件质量保证分析师与测试员

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