moonspec-assess
Assess source acceptance coverage before MoonSpec planning.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Assess source acceptance coverage before MoonSpec planning.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Refresh MoonMind services from git by fetching and pinning a branch snapshot, pulling compose images, then restarting changed containers with optional orchestrator inclusion.
Provide the shared fan-out engine used by provider-specific Jira and GitHub batch presets to enqueue child workflows with inherited runtime and stable evidence.
Discover open Dependabot version-bump PRs and enqueue one `pr-resolver` workflow for each.
Master orchestrator to resolve a PR by diagnosing state and delegating to specialized skills.
Verify a GitHub issue against the current repository state, then post a GitHub issue comment with a PASS, PARTIAL, FAIL, or BLOCKED verdict. Works in two modes: (a) feature-branch mode, comparing a checked-out branch to its base ref; or (b) main/trunk mode, verifying that an issue is already implemented on the current default branch. Optionally close the issue as completed after a PASS. Use when a user asks whether a branch or merged change completes a GitHub issue, or needs an issue-visible verification comment.
Resolve GitHub PR feedback end-to-end for the branch you are on. Use when you need to fetch all comments on the branch PR, evaluate whether each comment still applies, decide whether it should be addressed, implement fixes, run compile/tests with retry-on-failure, then commit and push the result.
| name | moonspec-assess |
| description | Assess source acceptance coverage before MoonSpec planning. |
| metadata | {"required-capabilities":["git"]} |
Use this skill after moonspec-specify and before moonspec-plan when a source-backed spec may include artifacts/moonspec/source-acceptance.json.
Before assessing, resolve the active feature directory and feature identifier from .specify/feature.json or the selected specs/<feature>/spec.md. Consume artifacts/moonspec/source-acceptance.json only when its featureId matches the active feature. If the artifact is absent or belongs to a different feature, report not_applicable and do not write or require an assessment artifact for this story.
Write artifacts/moonspec/acceptance-assessment.json with schema version v1 and the same featureId as the active feature and source acceptance matrix.
External systems can provide a matrix, but MoonSpec stays provider neutral.
Allowed overall verdicts:
FULLY_IMPLEMENTEDPARTIALLY_IMPLEMENTEDNOT_IMPLEMENTEDBLOCKEDNO_DETERMINATIONAllowed row statuses:
VERIFIEDPARTIALMISSINGCONFLICTUNVERIFIEDOUT_OF_SCOPEProduce boundedBacklog for every missing, partial, conflict, or required-unverified row. The backlog is the authoritative implementation backlog for downstream planning, tasks, implementation, and verification.
Do not choose FULLY_IMPLEMENTED unless every repo-verifiable source row is verified and every manual/provider-only row is explicitly scoped.