Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

agent-skills

agent-skills enthält 4 gesammelte Skills von haru0416-dev, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
4
Stars
1
aktualisiert
2026-05-06
Forks
1
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

external-grounding
Softwareentwickler

This skill should be used when implementation or review depends on external, version-sensitive facts: libraries, SDKs, APIs, CLIs, cloud services, security advisories, changelogs, release notes, or documentation that may have changed. It anchors local versions, ranks source quality, checks version fit and conflicts, and turns confirmed facts into implementation constraints before code changes.

2026-05-06
evidence-gated-review
Softwarequalitätssicherungsanalysten und -tester

This skill should be used for unclear bugs, risky PR reviews, CI failures, flaky tests, security-sensitive changes, database or concurrency changes, external API changes, multi-file refactors, and investigations where claims need evidence before patching. It enforces an evidence-first Finding → Hypothesis → Review Claim → Defense → Probe → Decision → Patch → Verification → Handoff workflow so the agent does not jump to fixes, skip disconfirming checks, produce noisy review comments, or accept plausible but unverified explanations.

2026-04-29
execution-loop
Softwareentwickler

This skill should be used for authorized multi-step coding implementation work, including applying a plan, finishing a feature, implementing review feedback, or turning a specification into working code. It guides the agent through reading requirements and files, planning ordered units, making minimal edits, reviewing diffs, fixing findings, verifying with targeted and final checks, and committing only when explicitly authorized. Do not use it for trivial one-line edits or pure explanations.

2026-04-29
semantic-review
Softwarequalitätssicherungsanalysten und -tester

This skill should be used when exploring an unfamiliar codebase or doing a full-file or full-module code review where surface-level scanning is insufficient. It forces per-symbol meaning analysis — what each function, type, branch, or module boundary intends to accomplish, what invariants it preserves, and why the code is shaped this way — before making implementation suggestions. Trigger when the user asks to "read", "review", "explore", "understand", "explain", "全文レビュー", "意味を分析", or "コード探索" in depth, or when implementation requires understanding existing code's purpose first. Intentionally expensive; the user chose this skill knowing that.

2026-04-29