Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Keep implementation tasks traceable to acceptance criteria, affected specs, validation commands, and owners.
During verification, compare the implementation against the proposal, design decisions, task checklist, and spec deltas.
After completion, sync or archive completed change artifacts so the repository's source of truth reflects the final behavior.
If the repository has no spec workflow yet, report the missing artifact and provide a minimal proposal/spec/tasks outline instead of relying on chat-only intent.
Skill-Specific Review Scope
Workflow triggers, branch/tag filters, and fork behavior.
Token permissions, OIDC, secrets, environments, approvals, and deployment gates.
Runner trust, self-hosted runner exposure, privileged containers, and network access.
Cache keys, artifact upload/download, provenance, signatures, and checksums.
Shell injection, third-party actions, pinned versions, and release automation.
Skill-Specific Checklist
Check workflow triggers for pull_request_target, forks, tags, schedules, and manual dispatch risk.
Check job permissions and default token scopes for least privilege.
Check secrets availability by branch, environment, fork, and job boundary.
Check shell commands for untrusted PR, branch, tag, matrix, or commit data.
Check third-party actions, includes, templates, and images are pinned or trusted.
Check cache keys for poisoning, privilege boundary crossing, and restore-key abuse.
Check artifacts are integrity-protected before downstream use or deployment.
Check self-hosted runner labels, isolation, cleanup, and access to secrets.
Check deployment environments require approvals, protected branches, and rollback gates.
Check release publishing requires provenance, signing, changelog, and explicit version inputs.