{"slug":"rijkvanzanten-finalize-slice","name":"finalize-slice","description":"Finalize an implemented rolling-wave slice for user review. Use when the user wants Codex to review the current branch state against a ready-for-review or in-review slice contract, confirm and fix required findings, repeat review and verification until no required findings remain, ask before accepting findings that materially change project shape or contradict project assumptions, record review state, and leave the clean slice in review for complete-slice.","long_description":"---\nname: finalize-slice\ndescription: Finalize an implemented rolling-wave slice for user review. Use when the user wants Codex to review the current branch state against a ready-for-review or in-review slice contract, confirm and fix required findings, repeat review and verification until no required findings remain, ask before accepting findings that materially change project shape or contradict project assumptions, record review state, and leave the clean slice in review for complete-slice.\n---\n\n# Finalize Slice\n\n## Core Invariants\n\n- Work under `docs/rolling-wave/{project}/`.\n- Store project-level state in `project.md`; store slices in `slices/NNN-slug.md`.\n- Use slice statuses: `pending`, `ready`, `in progress`, `ready for review`, `in review`, `done`.\n- Multiple slices may be `ready`, `in progress`, `ready for review`, or `in review` concurrently. Each workflow invocation operates on one explicitly resolved slice.\n- Accept user preferences by default, but push back when strong evidence conflicts with the workflow, prior decisions, terminology, or constraints.\n- Pushback format: \"I disagree because... The likely consequence is... Continue anyway?\"\n- Treat invocation as permission to review, edit product code, run relevant verification, use zero to three focused subagents when useful, and repeat until clean.\n- Confirm reviewer findings against code, contract, and repository evidence before fixing them. Do not implement raw reviewer suggestions blindly.\n- Fix confirmed findings automatically when they are required by the existing slice contract and do not materially change project shape.\n- Ask the user before resolving or accepting a finding that materially changes the finish line, success criteria, roadmap order, project scope, public behavior, compatibility policy, irreversible migration behavior, or a recorded project assumption or decision.\n- Preserve the immutable `Original Slice Contract`. Record approved deviations in review notes, completion learnings, and project decisions instead of rewriting history.\n- Review against the slice's expected intermediate state. Do not require an ordinary slice to be production-ready, compiling, runnable, or fully tested when accepted breakage is recorded and tracked.\n- Do not add temporary shims, fake fallbacks, placeholder adapters, broad validation, or speculative safeguards merely to make an accepted intermediate state green.\n- Keep fixes inside the slice's prepared review decision. Independent usefulness or revertibility alone does not make work out of scope. Record changes needing a separate approval decision, risk class, or verification strategy as roadmap pressure instead of silently expanding the slice.\n- Never mark the slice `done`. Leave it `in review`; `complete-slice` owns user-approved completion.\n- Keep going until no confirmed required finding remains, a material project-shape decision requires user input, or a genuine external blocker prevents progress.\n- When running inside a Codex goal, mark the goal complete only after the slice is clean and remains `in review`. A project-shape question pauses work for user input; it does not complete the goal or become a blocker on its first occurrence.\n\n## Workflow\n\n1. Resolve the project and slice.\n   - Prefer the single slice with status `ready for review`; otherwise use the single slice with status `in review`.\n   - If multiple candidates exist, ask which one to finalize.\n   - If only `in progress` implementation exists, stop and route back to `implement-slice`; active implementation is not ready for finalization.\n   - If no implemented candidate exists, stop and route to `implement-slice`.\n   - Read the slice file first, especially `Original Slice Contract`, expected intermediate state, implementation notes, test backlog, prior review notes, and child-project completion condition.\n   - Read only relevant `project.md` sections for finish line, scope, assumptions, decisions, risks, roadmap, and prior learnings.\n   - Treat absent optional slice sections as defaults from `../rolling-wave-common/references/artifacts.md`.\n   - Use `../rolling-wave-common/references/lifecycle.md` for status rules and `../rolling-wave-common/references/pushback.md` for evidence-based pushback.\n\n2. Resolve the review surface.\n   - Use the target branch named by the user.\n   - Otherwise use the Git Town parent branch, then branch upstream if Git Town cannot resolve a parent.\n   - Ask for the target branch only when neither source resolves one.\n   - When invoked by `deliver-slice`, use its immutable handoff for project, slice, base, `HEAD`, and prior verification only.\n   - Build the mutable review surface once in one batched snapshot: live `HEAD`, changed paths, diff stat, staged changes, unstaged changes, untracked paths, and worktree status.\n   - Review the current branch state as a whole against the target branch. Include committed branch changes plus local staged, unstaged, and untracked files.\n   - Do not assume one branch equals one slice. Previous slices or unrelated branch work matter only when they break the current contract, obscure review, introduce project risk, or contradict expected intermediate state.\n   - Reuse prior verification results and a recent `code-review` or finalization pass only when current `HEAD`, changed paths, and worktree state still match their recorded review surface. Re-review changed or unresolved areas instead of repeating identical broad passes.\n\n3. Mark or keep the slice `in review`.\n   - Set slice status and matching `project.md` roadmap row to `in review` before review work.\n   - Append dated passes; never overwrite prior review history.\n\n4. Run one focused review pass.\n   - Use `references/finalization-checklist.md`.\n   - Start with a local contract and complexity pass before waiting on reviewers.\n   - Compare current branch state to original contract, expected intermediate state, accepted breakage, implementation notes, and project decisions.\n   - The fresh finalizer's local pass is the primary independent review. Default to zero additional reviewers.\n   - Use zero reviewers for high-confidence local review, including mechanical moves, renames, generated updates, obvious follow-up fixes, and low-semantic-risk changes even when they touch many files.\n   - For mechanical batches, review rename-detected moves separately from non-move edits, confirm declared invariants and exceptions, and use shared stale-reference or boundary checks across all chunks.\n   - Use the mechanical fast path when `review_method` is `mechanical-batch`, implementation notes contain exact completion-gate results, and the live `HEAD` plus changed surface match the recorded verification fingerprint:\n     1. inspect rename-detected moves for declared invariants\n     2. review every non-move edit and declared mechanical exception\n     3. independently rerun the contract's shared stale-reference, import-boundary, or equivalent mechanical proof\n     4. compare results to every applicable behavior and acceptance row\n   - Keep the mechanical fast path to a soft budget of about one minute and six repository queries. Do not rediscover already inventoried consumers or rerun unrelated broad checks when the fingerprint matches and the focused proof passes.\n   - Fall back to the normal focused review when the fingerprint differs, proof fails, behavior changed, or concrete uncertainty remains.\n   - Use one reviewer only when the local pass leaves concrete uncertainty, one dominant specialist risk needs independent attention, or a prior finding remains unresolved.\n   - Use two or three only for high semantic complexity, multiple independent high-risk areas, unresolved conflicting evidence, or explicit adversarial review.\n   - File count, diff size, or language match alone do not justify an additional reviewer.\n   - Select reviewer focus by risk: correctness, testing, security, API contract, reliability, maintainability, adversarial, or available language/framework reviewer.\n   - Spawn direct reviewer agent types for the selected focus; do not ask a generic subagent to invoke the full `code-review` skill.\n   - Spawn reviewers together when independent. Give each target branch, changed files, relevant contract rows, implementation notes, and one narrow focus.\n   - Close every reviewer after capturing output.\n   - Do not report a reviewer claim as confirmed until local evidence shows the behavior, contract mismatch, regression, or meaningful risk is real.\n\n5. Classify each confirmed finding.\n   - `required fix`: existing contract, accepted intermediate state, or existing project decision requires the change. Fix automatically.\n   - `project-shape decision`: resolving it changes project finish line, success criteria, scope, roadmap order, public behavior, compatibility policy, irreversible behavior, or contradicts a recorded assumption or decision. Ask the user.\n   - `accepted intermediate gap`: contract explicitly allows it and later work or project risk already tracks it. Keep it open only as recorded future work, not as a blocker.\n   - `future slice`: useful but independently reviewable work outside this slice. Record roadmap pressure; do not implement it here.\n   - `not a finding`: unsupported, speculative, duplicate, preference-only, or already resolved. Discard it.\n\n6. Ask only for material project-shape decisions.\n   - Present specific evidence, affected project state, likely consequence, and recommendation.\n   - Ask one decision at a time and wait. Do not choose silently, bury it in `Open Questions`, or keep fixing around it.\n   - After the user answers, record the decision in `project.md` and the current review pass. Resume finalization using that decision.\n   - Do not ask for ordinary implementation choices or straightforward in-contract fixes.\n\n7. Resolve required findings.\n   - Fix every confirmed `required fix` before another broad pass.\n   - Use the smallest change that satisfies the contract. Prefer existing patterns, direct wiring, deletion, and current dependencies.\n   - Use zero to three implementation subagents only when fixes have disjoint ownership or specialist value. Keep tightly coupled fixes local.\n   - Tell fix subagents their exact finding, owned files or responsibility, contract evidence, verification focus, and scope boundary. Close them after results are integrated.\n   - Do not add broad test coverage unless the current slice is the final testing/validation slice. Run relevant existing checks and add only tests required by this slice's contract or needed to prevent a confirmed regression.\n   - Record changed files, verification, accepted failures, discarded reviewer claims, and final-test backlog in the dated review pass.\n   - Update `project.md` only for material risks, approved shape changes, cross-slice decisions, review notes useful outside the slice, or roadmap pressure.\n\n8. Repeat until clean.\n   - After fixes, rebuild the branch and local-change review surface.\n   - Re-run targeted checks for resolved findings, then perform another local contract pass.\n   - Spawn follow-up reviewers only when changes or remaining risk justify them. Do not repeat unchanged reviewer work.\n   - If the same finding survives two attempted fixes, switch to root-cause investigation before editing again. Ask the user only when blocked or when resolution becomes a project-shape decision.\n   - Continue while any confirmed required finding remains.\n\n9. Finish finalization.\n   - Require no unresolved `required fix` and no unanswered `project-shape decision`.\n   - Confirm child-project completion condition when the slice references a child project.\n   - Record final review findings, resolved findings, accepted gaps, verification, and project-shape decisions in `Review Notes`.\n   - Keep accepted intermediate gaps tracked to a later slice, roadmap item, or project risk.\n   - Leave slice status and matching roadmap row `in review`; leave active-slice slot unchanged.\n   - Do not capture completion l","tagline":"Finalize an implemented rolling-wave slice for user review. Use when the user wants Codex to review the current branch state against a ready-for-review or in-review slice contract, confirm and fix required findings, repeat review and verification until no required findings remain","category":"design-creative","tags":["agent-skill"],"author":"rijkvanzanten","verified":false,"attribution":{"status":"registry_indexed","statusLabel":"Registry indexed","shortLabel":"REGISTRY INDEXED","sourceLabel":"recursive skill source sync","sourceDetail":"rijkvanzanten/rolling-wave-engineering","creatorName":"rijkvanzanten","creatorUrl":"https://github.com/rijkvanzanten","sourceUrl":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice","indexedBy":"OpenAgentSkill community index","claimUrl":"https://www.openagentskill.com/skills/rijkvanzanten-finalize-slice#claim-this-skill","claimCta":"Claim this skill","trustNote":"This listing was indexed from public sources and is not marked official until a maintainer claim is approved.","publicNote":"Attribution links to the public repository or creator profile. Creators can claim the listing to update ownership signals."},"stats":{"stars":13,"forks":0,"verified_installs":0,"successful_runs":0,"total_outcomes":0,"rating":0,"review_count":0,"quality_score":31.12},"quality":{"score":58,"tier":"promising","label":"Promising","summary":"Useful candidate, but compare it with alternatives before adopting.","signals":[{"label":"GitHub stars","value":"13","tone":"neutral"},{"label":"Freshness","value":"5d ago","tone":"positive"},{"label":"Install ready","value":"Yes","tone":"positive"},{"label":"License","value":"MIT","tone":"neutral"}],"warnings":["Low GitHub adoption signal","The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable."]},"trust":{"version":"trust-score-v5","score":57,"base_score":65,"outcome_confidence":0,"tier":"risk","label":"Do not auto-install","summary":"Trust Score v5 found insufficient evidence for agent installation. Treat this as discovery material, not an executable recommendation.","recommendedAction":"Choose a stronger alternative or inspect the source manually before any install attempt.","decision":{"install_policy":"human_review_before_install","auto_install_allowed":false,"human_review_required":true,"sandbox_first":true,"agent_action":"Compare alternatives before installing.","reasoning":["57/100 Trust Score v5","65/100 Trust Score v4 baseline","Needs more real agent outcomes before unattended install","Install path is available","Review before production"],"review_required_when":["The workspace contains production secrets, payments, private customer data, or irreversible actions.","The install command requests shell, network, credential, database, or broad filesystem access.","Outcome evidence is missing, recently failed, or required human review.","Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"]},"dimensions":[{"id":"github_adoption","label":"GitHub adoption","score":30,"weight":0.13,"status":"fail","detail":"13 GitHub stars"},{"id":"repo_activity","label":"Stars/forks activity","score":32,"weight":0.08,"status":"fail","detail":"13 stars, 0 forks; issue activity unavailable in current metadata"},{"id":"maintenance","label":"Recent maintenance","score":100,"weight":0.14,"status":"pass","detail":"5d since push"},{"id":"license","label":"License clarity","score":86,"weight":0.09,"status":"pass","detail":"MIT"},{"id":"documentation","label":"README/SKILL.md completeness","score":76,"weight":0.14,"status":"info","detail":"Public metadata needs stronger README/SKILL.md context"},{"id":"dependency_risk","label":"Dependency/runtime risk","score":74,"weight":0.12,"status":"info","detail":"network or browser surface, database surface"},{"id":"installability","label":"Install availability","score":92,"weight":0.1,"status":"pass","detail":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice"},{"id":"install_safety","label":"Install command safety","score":92,"weight":0.1,"status":"pass","detail":"standard package or runtime install path"},{"id":"permission_surface","label":"Permission surface","score":60,"weight":0.07,"status":"warn","detail":"filesystem or document access, network or browser access"},{"id":"repository","label":"Repository evidence","score":86,"weight":0.04,"status":"pass","detail":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice"},{"id":"review_status","label":"Review status","score":66,"weight":0.05,"status":"info","detail":"AI review data available"},{"id":"agent_outcomes","label":"Agent Proven outcomes","score":54,"weight":0.13,"status":"info","detail":"No agent outcome data yet"}],"checks":[{"status":"fail","label":"GitHub adoption","detail":"13 GitHub stars"},{"status":"fail","label":"Stars/forks activity","detail":"13 stars, 0 forks; issue activity unavailable in current metadata"},{"status":"pass","label":"Recent maintenance","detail":"5d since push"},{"status":"pass","label":"License clarity","detail":"MIT"},{"status":"info","label":"README/SKILL.md completeness","detail":"Public metadata needs stronger README/SKILL.md context"},{"status":"info","label":"Dependency/runtime risk","detail":"network or browser surface, database surface"},{"status":"pass","label":"Install availability","detail":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice"},{"status":"pass","label":"Install command safety","detail":"standard package or runtime install path"},{"status":"warn","label":"Permission surface","detail":"filesystem or document access, network or browser access"},{"status":"pass","label":"Repository evidence","detail":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice"},{"status":"info","label":"Review status","detail":"AI review data available"},{"status":"info","label":"Agent Proven outcomes","detail":"No agent outcome data yet"},{"status":"warn","label":"Ownership","detail":"No approved owner claim yet"},{"status":"pass","label":"OpenAgentSkill usage","detail":"1 views, 0 install copies"},{"status":"info","label":"Agent outcomes","detail":"No agent outcome data yet"}],"strengths":["AI review approved","Install path is available","Repository evidence is available","Recently maintained repository","Install command has no obvious high-risk pattern","Outcome loop is ready but needs first real agent run"],"warnings":["The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access","GitHub adoption: 13 GitHub stars","Stars/forks activity: 13 stars, 0 forks; issue activity unavailable in current metadata","Permission surface: filesystem or document access, network or browser access","No real agent outcome reports yet","Human review required before unattended installation"],"evidence":{"stars":"13 GitHub stars","repoActivity":"13 stars, 0 forks","lastPushed":"5d since push","license":"MIT","repository":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice","install":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","installSafety":"standard package or runtime install path","permissionSurface":"filesystem or document access, network or browser access","documentation":"Usable metadata, review docs","agentOutcomes":"No agent outcome data yet","agentProvenScore":0,"outcomeConfidence":"0%","installPolicy":"human_review_before_install"},"installReadiness":{"ready":true,"command":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","policy":"human_review_before_install","label":"Human review before install","notes":["Install path is available","Repository evidence is available","License is declared","No Agent Proven outcome evidence yet","5d since push","Trust Score v5 requires review or sandbox-only use before install."]},"agentCompatibility":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"riskSummary":{"level":"medium","label":"Review before production","notes":["The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access","GitHub adoption: 13 GitHub stars"]},"outcomeEvidence":{"total":0,"successes":0,"failures":0,"notRelevant":0,"successRate":null,"installAttempts":0,"riskBlocked":0,"setupRequired":0,"installSuccessRate":null,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"recentSuccessRate":null,"recentFailureRate":null,"uniqueAgents":0,"agentProvenScore":0,"agentProvenLabel":"Needs first agent run","lastOutcomeAt":null,"label":"No agent outcome data yet"},"autoInstall":{"allowed":false,"sandboxRequired":true,"policy":"human_review_before_install","reason":"Compare alternatives before installing."},"outcome_loop":{"version":"openagentskill-agent-outcome-v3","required_after_install":true,"endpoint":"/api/agent/outcome","method":"POST","event_id_source":"feedback.event_id, install_receipt.resolve_event_id, or decision_packet.outcome_feedback.event_id","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"required_fields":["event_id","skill_slug","task"],"quality_fields":["task_success","output_quality","error_type","human_review_required","used_in_production","workspace","evidence_url","time_to_useful_ms"],"ranking_inputs_updated":["Trust Score v5 outcome confidence","Agent Proven Score","Resolve ranking task-fit evidence","Skill detail machine-readable metadata","Outcome leaderboard"]},"agent_contract":{"suited_tasks":["design-creative","agent-skill"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"install_command":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","trust_score":57,"trust_version":"trust-score-v5","risk_level":"medium","do_not_use_when":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"],"before_install":["Read the audit page and machine-readable metadata.","Confirm the install command, license, and permission surface fit the workspace.","Get explicit human approval or choose an alternative before installing."],"after_run":["Report the outcome to /api/agent/outcome using the resolve event id.","Include output_quality, workspace, human_review_required, and evidence_url when available.","Re-resolve before broad production rollout."]},"bestFor":["design-creative","agent-skill"],"doNotUseFor":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"],"knownRisks":["The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access","GitHub adoption: 13 GitHub stars","Stars/forks activity: 13 stars, 0 forks; issue activity unavailable in current metadata","Permission surface: filesystem or document access, network or browser access"],"backward_compatible":{"trust_score_v4":{"version":"trust-score-v4","score":65,"tier":"review","label":"Manual review","summary":"Potentially useful, but at least one trust signal needs human inspection."}}},"trust_score_v5":{"version":"trust-score-v5","score":57,"base_score":65,"outcome_confidence":0,"tier":"risk","label":"Do not auto-install","summary":"Trust Score v5 found insufficient evidence for agent installation. Treat this as discovery material, not an executable recommendation.","recommendedAction":"Choose a stronger alternative or inspect the source manually before any install attempt.","decision":{"install_policy":"human_review_before_install","auto_install_allowed":false,"human_review_required":true,"sandbox_first":true,"agent_action":"Compare alternatives before installing.","reasoning":["57/100 Trust Score v5","65/100 Trust Score v4 baseline","Needs more real agent outcomes before unattended install","Install path is available","Review before production"],"review_required_when":["The workspace contains production secrets, payments, private customer data, or irreversible actions.","The install command requests shell, network, credential, database, or broad filesystem access.","Outcome evidence is missing, recently failed, or required human review.","Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"]},"dimensions":[{"id":"github_adoption","label":"GitHub adoption","score":30,"weight":0.13,"status":"fail","detail":"13 GitHub stars"},{"id":"repo_activity","label":"Stars/forks activity","score":32,"weight":0.08,"status":"fail","detail":"13 stars, 0 forks; issue activity unavailable in current metadata"},{"id":"maintenance","label":"Recent maintenance","score":100,"weight":0.14,"status":"pass","detail":"5d since push"},{"id":"license","label":"License clarity","score":86,"weight":0.09,"status":"pass","detail":"MIT"},{"id":"documentation","label":"README/SKILL.md completeness","score":76,"weight":0.14,"status":"info","detail":"Public metadata needs stronger README/SKILL.md context"},{"id":"dependency_risk","label":"Dependency/runtime risk","score":74,"weight":0.12,"status":"info","detail":"network or browser surface, database surface"},{"id":"installability","label":"Install availability","score":92,"weight":0.1,"status":"pass","detail":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice"},{"id":"install_safety","label":"Install command safety","score":92,"weight":0.1,"status":"pass","detail":"standard package or runtime install path"},{"id":"permission_surface","label":"Permission surface","score":60,"weight":0.07,"status":"warn","detail":"filesystem or document access, network or browser access"},{"id":"repository","label":"Repository evidence","score":86,"weight":0.04,"status":"pass","detail":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice"},{"id":"review_status","label":"Review status","score":66,"weight":0.05,"status":"info","detail":"AI review data available"},{"id":"agent_outcomes","label":"Agent Proven outcomes","score":54,"weight":0.13,"status":"info","detail":"No agent outcome data yet"}],"checks":[{"status":"fail","label":"GitHub adoption","detail":"13 GitHub stars"},{"status":"fail","label":"Stars/forks activity","detail":"13 stars, 0 forks; issue activity unavailable in current metadata"},{"status":"pass","label":"Recent maintenance","detail":"5d since push"},{"status":"pass","label":"License clarity","detail":"MIT"},{"status":"info","label":"README/SKILL.md completeness","detail":"Public metadata needs stronger README/SKILL.md context"},{"status":"info","label":"Dependency/runtime risk","detail":"network or browser surface, database surface"},{"status":"pass","label":"Install availability","detail":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice"},{"status":"pass","label":"Install command safety","detail":"standard package or runtime install path"},{"status":"warn","label":"Permission surface","detail":"filesystem or document access, network or browser access"},{"status":"pass","label":"Repository evidence","detail":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice"},{"status":"info","label":"Review status","detail":"AI review data available"},{"status":"info","label":"Agent Proven outcomes","detail":"No agent outcome data yet"},{"status":"warn","label":"Ownership","detail":"No approved owner claim yet"},{"status":"pass","label":"OpenAgentSkill usage","detail":"1 views, 0 install copies"},{"status":"info","label":"Agent outcomes","detail":"No agent outcome data yet"}],"strengths":["AI review approved","Install path is available","Repository evidence is available","Recently maintained repository","Install command has no obvious high-risk pattern","Outcome loop is ready but needs first real agent run"],"warnings":["The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access","GitHub adoption: 13 GitHub stars","Stars/forks activity: 13 stars, 0 forks; issue activity unavailable in current metadata","Permission surface: filesystem or document access, network or browser access","No real agent outcome reports yet","Human review required before unattended installation"],"evidence":{"stars":"13 GitHub stars","repoActivity":"13 stars, 0 forks","lastPushed":"5d since push","license":"MIT","repository":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice","install":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","installSafety":"standard package or runtime install path","permissionSurface":"filesystem or document access, network or browser access","documentation":"Usable metadata, review docs","agentOutcomes":"No agent outcome data yet","agentProvenScore":0,"outcomeConfidence":"0%","installPolicy":"human_review_before_install"},"installReadiness":{"ready":true,"command":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","policy":"human_review_before_install","label":"Human review before install","notes":["Install path is available","Repository evidence is available","License is declared","No Agent Proven outcome evidence yet","5d since push","Trust Score v5 requires review or sandbox-only use before install."]},"agentCompatibility":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"riskSummary":{"level":"medium","label":"Review before production","notes":["The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access","GitHub adoption: 13 GitHub stars"]},"outcomeEvidence":{"total":0,"successes":0,"failures":0,"notRelevant":0,"successRate":null,"installAttempts":0,"riskBlocked":0,"setupRequired":0,"installSuccessRate":null,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"recentSuccessRate":null,"recentFailureRate":null,"uniqueAgents":0,"agentProvenScore":0,"agentProvenLabel":"Needs first agent run","lastOutcomeAt":null,"label":"No agent outcome data yet"},"autoInstall":{"allowed":false,"sandboxRequired":true,"policy":"human_review_before_install","reason":"Compare alternatives before installing."},"outcome_loop":{"version":"openagentskill-agent-outcome-v3","required_after_install":true,"endpoint":"/api/agent/outcome","method":"POST","event_id_source":"feedback.event_id, install_receipt.resolve_event_id, or decision_packet.outcome_feedback.event_id","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"required_fields":["event_id","skill_slug","task"],"quality_fields":["task_success","output_quality","error_type","human_review_required","used_in_production","workspace","evidence_url","time_to_useful_ms"],"ranking_inputs_updated":["Trust Score v5 outcome confidence","Agent Proven Score","Resolve ranking task-fit evidence","Skill detail machine-readable metadata","Outcome leaderboard"]},"agent_contract":{"suited_tasks":["design-creative","agent-skill"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"install_command":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","trust_score":57,"trust_version":"trust-score-v5","risk_level":"medium","do_not_use_when":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"],"before_install":["Read the audit page and machine-readable metadata.","Confirm the install command, license, and permission surface fit the workspace.","Get explicit human approval or choose an alternative before installing."],"after_run":["Report the outcome to /api/agent/outcome using the resolve event id.","Include output_quality, workspace, human_review_required, and evidence_url when available.","Re-resolve before broad production rollout."]},"bestFor":["design-creative","agent-skill"],"doNotUseFor":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"],"knownRisks":["The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access","GitHub adoption: 13 GitHub stars","Stars/forks activity: 13 stars, 0 forks; issue activity unavailable in current metadata","Permission surface: filesystem or document access, network or browser access"],"backward_compatible":{"trust_score_v4":{"version":"trust-score-v4","score":65,"tier":"review","label":"Manual review","summary":"Potentially useful, but at least one trust signal needs human inspection."}}},"trust_score_v4":{"version":"trust-score-v4","score":65,"tier":"review","label":"Manual review","summary":"Potentially useful, but at least one trust signal needs human inspection.","recommendedAction":"Inspect the repository, license, and recent activity before connecting it to agent workflows.","dimensions":[{"id":"github_adoption","label":"GitHub adoption","score":30,"weight":0.13,"status":"fail","detail":"13 GitHub stars"},{"id":"repo_activity","label":"Stars/forks activity","score":32,"weight":0.08,"status":"fail","detail":"13 stars, 0 forks; issue activity unavailable in current metadata"},{"id":"maintenance","label":"Recent maintenance","score":100,"weight":0.14,"status":"pass","detail":"5d since push"},{"id":"license","label":"License clarity","score":86,"weight":0.09,"status":"pass","detail":"MIT"},{"id":"documentation","label":"README/SKILL.md completeness","score":76,"weight":0.14,"status":"info","detail":"Public metadata needs stronger README/SKILL.md context"},{"id":"dependency_risk","label":"Dependency/runtime risk","score":74,"weight":0.12,"status":"info","detail":"network or browser surface, database surface"},{"id":"installability","label":"Install availability","score":92,"weight":0.1,"status":"pass","detail":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice"},{"id":"install_safety","label":"Install command safety","score":92,"weight":0.1,"status":"pass","detail":"standard package or runtime install path"},{"id":"permission_surface","label":"Permission surface","score":60,"weight":0.07,"status":"warn","detail":"filesystem or document access, network or browser access"},{"id":"repository","label":"Repository evidence","score":86,"weight":0.04,"status":"pass","detail":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice"},{"id":"review_status","label":"Review status","score":66,"weight":0.05,"status":"info","detail":"AI review data available"},{"id":"agent_outcomes","label":"Agent Proven outcomes","score":54,"weight":0.13,"status":"info","detail":"No agent outcome data yet"}],"checks":[{"status":"fail","label":"GitHub adoption","detail":"13 GitHub stars"},{"status":"fail","label":"Stars/forks activity","detail":"13 stars, 0 forks; issue activity unavailable in current metadata"},{"status":"pass","label":"Recent maintenance","detail":"5d since push"},{"status":"pass","label":"License clarity","detail":"MIT"},{"status":"info","label":"README/SKILL.md completeness","detail":"Public metadata needs stronger README/SKILL.md context"},{"status":"info","label":"Dependency/runtime risk","detail":"network or browser surface, database surface"},{"status":"pass","label":"Install availability","detail":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice"},{"status":"pass","label":"Install command safety","detail":"standard package or runtime install path"},{"status":"warn","label":"Permission surface","detail":"filesystem or document access, network or browser access"},{"status":"pass","label":"Repository evidence","detail":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice"},{"status":"info","label":"Review status","detail":"AI review data available"},{"status":"info","label":"Agent Proven outcomes","detail":"No agent outcome data yet"},{"status":"warn","label":"Ownership","detail":"No approved owner claim yet"},{"status":"pass","label":"OpenAgentSkill usage","detail":"1 views, 0 install copies"},{"status":"info","label":"Agent outcomes","detail":"No agent outcome data yet"}],"strengths":["AI review approved","Install path is available","Repository evidence is available","Recently maintained repository","Install command has no obvious high-risk pattern"],"warnings":["The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access","GitHub adoption: 13 GitHub stars","Stars/forks activity: 13 stars, 0 forks; issue activity unavailable in current metadata","Permission surface: filesystem or document access, network or browser access"],"evidence":{"stars":"13 GitHub stars","repoActivity":"13 stars, 0 forks","lastPushed":"5d since push","license":"MIT","repository":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice","install":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","installSafety":"standard package or runtime install path","permissionSurface":"filesystem or document access, network or browser access","documentation":"Usable metadata, review docs","agentOutcomes":"No agent outcome data yet"},"installReadiness":{"ready":true,"command":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","policy":"human_review_before_install","label":"Human review before install","notes":["Install path is available","Repository evidence is available","License is declared","No Agent Proven outcome evidence yet","5d since push"]},"agentCompatibility":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"riskSummary":{"level":"medium","label":"Review before production","notes":["The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access","GitHub adoption: 13 GitHub stars"]},"outcomeEvidence":{"total":0,"successes":0,"failures":0,"notRelevant":0,"successRate":null,"installAttempts":0,"riskBlocked":0,"setupRequired":0,"installSuccessRate":null,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"recentSuccessRate":null,"recentFailureRate":null,"uniqueAgents":0,"agentProvenScore":0,"agentProvenLabel":"Needs first agent run","lastOutcomeAt":null,"label":"No agent outcome data yet"},"autoInstall":{"allowed":false,"sandboxRequired":true,"policy":"human_review_before_install","reason":"Human review or sandbox validation is required before automatic installation."},"bestFor":["design-creative","agent-skill"],"doNotUseFor":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"],"knownRisks":["The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access","GitHub adoption: 13 GitHub stars","Stars/forks activity: 13 stars, 0 forks; issue activity unavailable in current metadata","Permission surface: filesystem or document access, network or browser access"]},"agent_proven":{"version":"agent-proven-v1","score":0,"tier":"unproven","label":"Needs first agent run","summary":"No agent outcome reports yet. Use Resolve, run one narrow sandbox task, then report the result.","metrics":{"totalOutcomes":0,"successfulOutcomes":0,"failedOutcomes":0,"installAttempts":0,"installSuccessRate":null,"successRate":null,"recentSuccessRate":null,"recentFailureRate":null,"riskBlocked":0,"setupRequired":0,"notRelevant":0,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"uniqueAgents":0,"lastOutcomeAt":null},"signals":[],"penalties":["No real agent outcome evidence yet"]},"outcome_stats":null,"safety":{"score":53,"level":"avoid_auto_install","label":"Avoid automatic install","safety_tier":{"tier":"experimental","label":"Experimental","badge":"EXPERIMENTAL","summary":"Sparse or mixed signals. Useful for discovery, but not for autonomous installation.","recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","auto_install_policy":"review","reasons":["Permission surface may require sandboxing","53/100 agent safety score"]},"auto_install_allowed":false,"human_review_required":true,"blocked":false,"audit_risk":"needs_review","permission_hints":[{"id":"network","label":"Network access","reason":"Skill likely fetches remote pages, APIs, repositories, or external services.","severity":"medium"},{"id":"filesystem","label":"Filesystem access","reason":"Skill may read or write project files, documents, generated artifacts, or local workspace state.","severity":"medium"},{"id":"database","label":"Database access","reason":"Skill may inspect schemas, query databases, or work with persistent stores.","severity":"medium"}],"policy_warnings":["Permission surface may require sandboxing"],"constraints_applied":{"max_risk":"medium","needs_install_command":true,"min_stars":0}},"safety_gate":{"tier":"experimental","label":"Experimental","badge":"EXPERIMENTAL","auto_install_policy":"review","auto_install_allowed":false,"blocked":false,"human_review_required":true,"recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","reasons":["Permission surface may require sandboxing","53/100 agent safety score"]},"eval":{"version":"openagentskill-skill-eval-v1","status":"review","score":66,"risk_level":"medium","decision":{"recommendation":"manual_review","reason":"Test manually in an isolated workspace and compare against safer alternatives.","auto_install_allowed":false,"policy":"review","human_review_required":true},"blockers":[],"warnings":["Trust score: Potentially useful, but at least one trust signal needs human inspection.","Audit score: Needs review","Agent safety gate: Sparse or mixed signals. Useful for discovery, but not for autonomous installation.","README/SKILL.md completeness: Public metadata needs stronger README/SKILL.md context","Permission surface: filesystem or document access, network or browser access","Permission surface may require sandboxing","The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","References to ../rolling-wave-common/references/artifacts.md, lifecycle.md, and pushback.md are external and not included in this submission; these are required for full context but do not constitute a critical risk.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access","GitHub adoption: 13 GitHub stars"],"validation_plan":["Inspect repository, README/SKILL.md, license, and recent commits before production use.","Install in an isolated workspace or sandbox with no production secrets available.","Run the smallest representative task and record files touched, commands run, network access, and outputs.","Compare the selected skill against at least one alternative when the eval status is review or failed.","Promote only after the agent reports a successful verification result and unresolved warnings are accepted."],"checks":[{"id":"task_fit","label":"Task fit","status":"pass","score":94,"required_for_auto_install":true,"detail":"Task wording matches this skill metadata.","evidence":["Evaluate finalize-slice before installing it in an agent workflow","design-creative","Coding agents workflows; Claude Code teams; builders willing to evaluate younger projects"]},{"id":"install_path","label":"Install path","status":"pass","score":92,"required_for_auto_install":true,"detail":"Install handoff is available.","evidence":["npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice"]},{"id":"install_safety","label":"Install command safety","status":"pass","score":92,"required_for_auto_install":true,"detail":"standard package or runtime install path","evidence":["npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice"]},{"id":"trust_score","label":"Trust score","status":"warn","score":65,"required_for_auto_install":true,"detail":"Potentially useful, but at least one trust signal needs human inspection.","evidence":["Manual review","13 GitHub stars","MIT"]},{"id":"audit_score","label":"Audit score","status":"warn","score":73,"required_for_auto_install":true,"detail":"Needs review","evidence":["Permission surface may require sandboxing"]},{"id":"agent_safety_gate","label":"Agent safety gate","status":"warn","score":53,"required_for_auto_install":true,"detail":"Sparse or mixed signals. Useful for discovery, but not for autonomous installation.","evidence":["Test manually in an isolated workspace and compare against safer alternatives.","Permission surface may require sandboxing"]},{"id":"readme_skillmd_completeness","label":"README/SKILL.md completeness","status":"warn","score":76,"required_for_auto_install":false,"detail":"Public metadata needs stronger README/SKILL.md context","evidence":["Usable metadata, review docs"]},{"id":"license_clarity","label":"License clarity","status":"pass","score":86,"required_for_auto_install":true,"detail":"MIT","evidence":["MIT"]},{"id":"recent_maintenance","label":"Recent maintenance","status":"pass","score":100,"required_for_auto_install":false,"detail":"5d since push","evidence":["5d since push"]},{"id":"permission_surface","label":"Permission surface","status":"warn","score":60,"required_for_auto_install":true,"detail":"filesystem or document access, network or browser access","evidence":["Network access: medium","Filesystem access: medium","Database access: medium"]},{"id":"alternatives","label":"Alternatives available","status":"info","score":55,"required_for_auto_install":false,"detail":"No close alternatives were found in the current shortlist.","evidence":[]}],"endpoints":{"web":"https://www.openagentskill.com/skills/rijkvanzanten-finalize-slice/evals","api":"/api/agent/evals?slug=rijkvanzanten-finalize-slice","text":"/api/agent/evals?slug=rijkvanzanten-finalize-slice&format=text"}},"agent_readable_metadata":{"version":"openagentskill-agent-metadata-v2","skill":{"slug":"rijkvanzanten-finalize-slice","name":"finalize-slice","description":"Finalize an implemented rolling-wave slice for user review. Use when the user wants Codex to review the current branch state against a ready-for-review or in-review slice contract, confirm and fix required findings, repeat review and verification until no required findings remain, ask before accepting findings that materially change project shape or contradict project assumptions, record review state, and leave the clean slice in review for complete-slice.","category":"design-creative","url":"https://www.openagentskill.com/skills/rijkvanzanten-finalize-slice","repository":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice","github_repo":"rijkvanzanten/rolling-wave-engineering"},"suited_tasks":["Coding agents workflows","Claude Code teams","builders willing to evaluate younger projects","Inspect source files","Explain architecture","Patch bugs and verify changes","Inspect repository metadata","Compare code changes"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI","OpenAI Agents","CLI"],"install":{"command":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","ready":true,"targets":[{"id":"openagentskill-cli","label":"CLI","kind":"command","value":"npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.2.1/openagentskill-0.2.1.tgz install rijkvanzanten-finalize-slice"},{"id":"codex","label":"Codex","kind":"agent-prompt","value":"Install the \"finalize-slice\" agent skill from https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: Finalize an implemented rolling-wave slice for user review. Use when the user wants Codex to review the current branch state against a ready-for-review or in-review slice contract, confirm and fix required findings, repeat review and verification until no required findings remain, ask before accepting findings that materially change project shape or contradict project assumptions, record review state, and leave the clean slice in review for complete-slice. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"rijkvanzanten-finalize-slice\",\"task\":\"Install finalize-slice\",\"agent\":\"codex\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"claude-code","label":"Claude Code","kind":"agent-prompt","value":"Add \"finalize-slice\" as a Claude Code skill from https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice. Inspect the skill instructions, place the reusable skill files in the appropriate local skills location for this project, and report the activation steps. Skill purpose: Finalize an implemented rolling-wave slice for user review. Use when the user wants Codex to review the current branch state against a ready-for-review or in-review slice contract, confirm and fix required findings, repeat review and verification until no required findings remain, ask before accepting findings that materially change project shape or contradict project assumptions, record review state, and leave the clean slice in review for complete-slice. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"rijkvanzanten-finalize-slice\",\"task\":\"Install finalize-slice\",\"agent\":\"claude-code\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"cursor","label":"Cursor","kind":"agent-prompt","value":"Turn \"finalize-slice\" from https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice into a reusable Cursor project rule or agent instruction. Preserve the core workflow, adapt paths to this repo, and keep the rule scoped to tasks where it is relevant. Skill purpose: Finalize an implemented rolling-wave slice for user review. Use when the user wants Codex to review the current branch state against a ready-for-review or in-review slice contract, confirm and fix required findings, repeat review and verification until no required findings remain, ask before accepting findings that materially change project shape or contradict project assumptions, record review state, and leave the clean slice in review for complete-slice. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"rijkvanzanten-finalize-slice\",\"task\":\"Install finalize-slice\",\"agent\":\"cursor\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."}],"handoff_url":"https://www.openagentskill.com/api/skills/rijkvanzanten-finalize-slice/install","manifest_url":"https://www.openagentskill.com/api/registry/manifest/rijkvanzanten-finalize-slice"},"trust":{"score":65,"label":"Manual review","version":"trust-score-v4","install_policy":"human_review_before_install","evidence":{"stars":"13 GitHub stars","repoActivity":"13 stars, 0 forks","lastPushed":"5d since push","license":"MIT","repository":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice","install":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","installSafety":"standard package or runtime install path","permissionSurface":"filesystem or document access, network or browser access","documentation":"Usable metadata, review docs","agentOutcomes":"No agent outcome data yet"},"outcome_evidence":{"total":0,"successes":0,"failures":0,"not_relevant":0,"success_rate":null,"recent_success_rate":null,"recent_failure_rate":null,"install_attempts":0,"install_success_rate":null,"risk_blocked":0,"setup_required":0,"avg_output_quality":null,"production_outcomes":0,"last_outcome_at":null,"label":"No agent outcome data yet"},"auto_install":{"allowed":false,"sandbox_required":true,"reason":"Human review or sandbox validation is required before automatic installation."},"best_for":["design-creative","agent-skill"],"known_risks":["The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access","GitHub adoption: 13 GitHub stars","Stars/forks activity: 13 stars, 0 forks; issue activity unavailable in current metadata","Permission surface: filesystem or document access, network or browser access"]},"agent_proven":{"version":"agent-proven-v1","score":0,"tier":"unproven","label":"Needs first agent run","summary":"No agent outcome reports yet. Use Resolve, run one narrow sandbox task, then report the result.","metrics":{"totalOutcomes":0,"successfulOutcomes":0,"failedOutcomes":0,"installAttempts":0,"installSuccessRate":null,"successRate":null,"recentSuccessRate":null,"recentFailureRate":null,"riskBlocked":0,"setupRequired":0,"notRelevant":0,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"uniqueAgents":0,"lastOutcomeAt":null},"signals":[],"penalties":["No real agent outcome evidence yet"]},"audit":{"score":73,"risk_level":"needs_review","risk_label":"Needs review","warnings":["Permission surface may require sandboxing","The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","References to ../rolling-wave-common/references/artifacts.md, lifecycle.md, and pushback.md are external and not included in this submission; these are required for full context but do not constitute a critical risk.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access","GitHub adoption: 13 GitHub stars","Stars/forks activity: 13 stars, 0 forks; issue activity unavailable in current metadata"]},"safety_gate":{"tier":"experimental","label":"Experimental","auto_install_policy":"review","auto_install_allowed":false,"human_review_required":true,"blocked":false,"recommended_action":"Test manually in an isolated workspace and compare against safer alternatives."},"quality":{"score":58,"label":"Promising"},"supply":{"track":"Coding and developer agents","scenario":"Coding agents","maintenance":"5d since push","risk":"Needs review"},"alternative_skills":[],"do_not_use_when":["teams that need a vendor-supported SLA","production agents without a repository review","Low GitHub adoption signal","The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","Permission surface may require sandboxing","References to ../rolling-wave-common/references/artifacts.md, lifecycle.md, and pushback.md are external and not included in this submission; these are required for full context but do not constitute a critical risk.","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access"],"agent_contract":{"task_input":"Use finalize-slice in an agent workflow","recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","install_policy":"review","minimum_review_before_use":["Trust: 65/100 Manual review","Audit: 73/100 Needs review","Safety: 53/100 Avoid automatic install","Review repository, license, install command, and permission surface before production use."],"expected_agent_output":{"selected_skill":"rijkvanzanten-finalize-slice (finalize-slice)","install_command":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","risk_summary":"Needs review; Experimental; Review before production","verification_result":"Report the smallest successful task, files touched, warnings, and any missing setup."}},"outcome_feedback":{"endpoint":"https://www.openagentskill.com/api/agent/outcome","method":"POST","requires_resolve_event_id":true,"event_id_source":"Use install_receipt.outcome_feedback.event_id or feedback.event_id returned by /api/agent/resolve for the current task.","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"payload_template":{"event_id":"<install_receipt.outcome_feedback.event_id or feedback.event_id from /api/agent/resolve>","skill_slug":"rijkvanzanten-finalize-slice","task":"Use finalize-slice in an agent workflow","agent":"codex","outcome":"success","install_used":true,"risk_blocked":false,"setup_required":false,"task_success":true,"output_quality":4,"error_type":null,"human_review_required":false,"workspace":"sandbox","time_to_useful_ms":120000,"notes":"Report the smallest successful task, setup friction, files touched, and risk notes."}},"endpoints":{"web":"https://www.openagentskill.com/skills/rijkvanzanten-finalize-slice","api":"https://www.openagentskill.com/api/agent/skills/rijkvanzanten-finalize-slice","audit":"https://www.openagentskill.com/skills/rijkvanzanten-finalize-slice/audit","eval":"https://www.openagentskill.com/api/agent/evals?slug=rijkvanzanten-finalize-slice&task=Use%20finalize-slice%20in%20an%20agent%20workflow&max_risk=medium","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Use%20finalize-slice%20in%20an%20agent%20workflow&agent=codex&max_risk=medium","receipt":"https://www.openagentskill.com/api/agent/receipt?task=Use%20finalize-slice%20in%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text","install":"https://www.openagentskill.com/api/skills/rijkvanzanten-finalize-slice/install","manifest":"https://www.openagentskill.com/api/registry/manifest/rijkvanzanten-finalize-slice"}},"machine_metadata":{"version":"openagentskill-agent-metadata-v2","skill":{"slug":"rijkvanzanten-finalize-slice","name":"finalize-slice","description":"Finalize an implemented rolling-wave slice for user review. Use when the user wants Codex to review the current branch state against a ready-for-review or in-review slice contract, confirm and fix required findings, repeat review and verification until no required findings remain, ask before accepting findings that materially change project shape or contradict project assumptions, record review state, and leave the clean slice in review for complete-slice.","category":"design-creative","url":"https://www.openagentskill.com/skills/rijkvanzanten-finalize-slice","repository":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice","github_repo":"rijkvanzanten/rolling-wave-engineering"},"suited_tasks":["Coding agents workflows","Claude Code teams","builders willing to evaluate younger projects","Inspect source files","Explain architecture","Patch bugs and verify changes","Inspect repository metadata","Compare code changes"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI","OpenAI Agents","CLI"],"install":{"command":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","ready":true,"targets":[{"id":"openagentskill-cli","label":"CLI","kind":"command","value":"npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.2.1/openagentskill-0.2.1.tgz install rijkvanzanten-finalize-slice"},{"id":"codex","label":"Codex","kind":"agent-prompt","value":"Install the \"finalize-slice\" agent skill from https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: Finalize an implemented rolling-wave slice for user review. Use when the user wants Codex to review the current branch state against a ready-for-review or in-review slice contract, confirm and fix required findings, repeat review and verification until no required findings remain, ask before accepting findings that materially change project shape or contradict project assumptions, record review state, and leave the clean slice in review for complete-slice. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"rijkvanzanten-finalize-slice\",\"task\":\"Install finalize-slice\",\"agent\":\"codex\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"claude-code","label":"Claude Code","kind":"agent-prompt","value":"Add \"finalize-slice\" as a Claude Code skill from https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice. Inspect the skill instructions, place the reusable skill files in the appropriate local skills location for this project, and report the activation steps. Skill purpose: Finalize an implemented rolling-wave slice for user review. Use when the user wants Codex to review the current branch state against a ready-for-review or in-review slice contract, confirm and fix required findings, repeat review and verification until no required findings remain, ask before accepting findings that materially change project shape or contradict project assumptions, record review state, and leave the clean slice in review for complete-slice. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"rijkvanzanten-finalize-slice\",\"task\":\"Install finalize-slice\",\"agent\":\"claude-code\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"cursor","label":"Cursor","kind":"agent-prompt","value":"Turn \"finalize-slice\" from https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice into a reusable Cursor project rule or agent instruction. Preserve the core workflow, adapt paths to this repo, and keep the rule scoped to tasks where it is relevant. Skill purpose: Finalize an implemented rolling-wave slice for user review. Use when the user wants Codex to review the current branch state against a ready-for-review or in-review slice contract, confirm and fix required findings, repeat review and verification until no required findings remain, ask before accepting findings that materially change project shape or contradict project assumptions, record review state, and leave the clean slice in review for complete-slice. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"rijkvanzanten-finalize-slice\",\"task\":\"Install finalize-slice\",\"agent\":\"cursor\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."}],"handoff_url":"https://www.openagentskill.com/api/skills/rijkvanzanten-finalize-slice/install","manifest_url":"https://www.openagentskill.com/api/registry/manifest/rijkvanzanten-finalize-slice"},"trust":{"score":65,"label":"Manual review","version":"trust-score-v4","install_policy":"human_review_before_install","evidence":{"stars":"13 GitHub stars","repoActivity":"13 stars, 0 forks","lastPushed":"5d since push","license":"MIT","repository":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice","install":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","installSafety":"standard package or runtime install path","permissionSurface":"filesystem or document access, network or browser access","documentation":"Usable metadata, review docs","agentOutcomes":"No agent outcome data yet"},"outcome_evidence":{"total":0,"successes":0,"failures":0,"not_relevant":0,"success_rate":null,"recent_success_rate":null,"recent_failure_rate":null,"install_attempts":0,"install_success_rate":null,"risk_blocked":0,"setup_required":0,"avg_output_quality":null,"production_outcomes":0,"last_outcome_at":null,"label":"No agent outcome data yet"},"auto_install":{"allowed":false,"sandbox_required":true,"reason":"Human review or sandbox validation is required before automatic installation."},"best_for":["design-creative","agent-skill"],"known_risks":["The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access","GitHub adoption: 13 GitHub stars","Stars/forks activity: 13 stars, 0 forks; issue activity unavailable in current metadata","Permission surface: filesystem or document access, network or browser access"]},"agent_proven":{"version":"agent-proven-v1","score":0,"tier":"unproven","label":"Needs first agent run","summary":"No agent outcome reports yet. Use Resolve, run one narrow sandbox task, then report the result.","metrics":{"totalOutcomes":0,"successfulOutcomes":0,"failedOutcomes":0,"installAttempts":0,"installSuccessRate":null,"successRate":null,"recentSuccessRate":null,"recentFailureRate":null,"riskBlocked":0,"setupRequired":0,"notRelevant":0,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"uniqueAgents":0,"lastOutcomeAt":null},"signals":[],"penalties":["No real agent outcome evidence yet"]},"audit":{"score":73,"risk_level":"needs_review","risk_label":"Needs review","warnings":["Permission surface may require sandboxing","The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","References to ../rolling-wave-common/references/artifacts.md, lifecycle.md, and pushback.md are external and not included in this submission; these are required for full context but do not constitute a critical risk.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access","GitHub adoption: 13 GitHub stars","Stars/forks activity: 13 stars, 0 forks; issue activity unavailable in current metadata"]},"safety_gate":{"tier":"experimental","label":"Experimental","auto_install_policy":"review","auto_install_allowed":false,"human_review_required":true,"blocked":false,"recommended_action":"Test manually in an isolated workspace and compare against safer alternatives."},"quality":{"score":58,"label":"Promising"},"supply":{"track":"Coding and developer agents","scenario":"Coding agents","maintenance":"5d since push","risk":"Needs review"},"alternative_skills":[],"do_not_use_when":["teams that need a vendor-supported SLA","production agents without a repository review","Low GitHub adoption signal","The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","Permission surface may require sandboxing","References to ../rolling-wave-common/references/artifacts.md, lifecycle.md, and pushback.md are external and not included in this submission; these are required for full context but do not constitute a critical risk.","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access"],"agent_contract":{"task_input":"Use finalize-slice in an agent workflow","recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","install_policy":"review","minimum_review_before_use":["Trust: 65/100 Manual review","Audit: 73/100 Needs review","Safety: 53/100 Avoid automatic install","Review repository, license, install command, and permission surface before production use."],"expected_agent_output":{"selected_skill":"rijkvanzanten-finalize-slice (finalize-slice)","install_command":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","risk_summary":"Needs review; Experimental; Review before production","verification_result":"Report the smallest successful task, files touched, warnings, and any missing setup."}},"outcome_feedback":{"endpoint":"https://www.openagentskill.com/api/agent/outcome","method":"POST","requires_resolve_event_id":true,"event_id_source":"Use install_receipt.outcome_feedback.event_id or feedback.event_id returned by /api/agent/resolve for the current task.","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"payload_template":{"event_id":"<install_receipt.outcome_feedback.event_id or feedback.event_id from /api/agent/resolve>","skill_slug":"rijkvanzanten-finalize-slice","task":"Use finalize-slice in an agent workflow","agent":"codex","outcome":"success","install_used":true,"risk_blocked":false,"setup_required":false,"task_success":true,"output_quality":4,"error_type":null,"human_review_required":false,"workspace":"sandbox","time_to_useful_ms":120000,"notes":"Report the smallest successful task, setup friction, files touched, and risk notes."}},"endpoints":{"web":"https://www.openagentskill.com/skills/rijkvanzanten-finalize-slice","api":"https://www.openagentskill.com/api/agent/skills/rijkvanzanten-finalize-slice","audit":"https://www.openagentskill.com/skills/rijkvanzanten-finalize-slice/audit","eval":"https://www.openagentskill.com/api/agent/evals?slug=rijkvanzanten-finalize-slice&task=Use%20finalize-slice%20in%20an%20agent%20workflow&max_risk=medium","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Use%20finalize-slice%20in%20an%20agent%20workflow&agent=codex&max_risk=medium","receipt":"https://www.openagentskill.com/api/agent/receipt?task=Use%20finalize-slice%20in%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text","install":"https://www.openagentskill.com/api/skills/rijkvanzanten-finalize-slice/install","manifest":"https://www.openagentskill.com/api/registry/manifest/rijkvanzanten-finalize-slice"}},"supply_profile":{"track":{"slug":"coding","label":"Coding and developer agents","shortLabel":"Coding","description":"Code review, repo analysis, testing, CI, GitHub, DevOps, and developer workflow skills."},"scenario":{"label":"Coding agents","description":"I need a coding agent that can understand a repository, edit code, and review pull requests.","useCases":[{"slug":"coding-agents","title":"Coding agents"},{"slug":"github-automation","title":"GitHub automation"},{"slug":"browser-automation","title":"Browser automation"}]},"applicableAgents":["Claude Code","OpenAI Agents","CLI","Codex","Cursor"],"install":{"ready":true,"command":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","primaryTarget":"CLI","targetCount":4},"githubQuality":{"stars":13,"starsLabel":"13","forks":0,"license":"MIT","qualityScore":58,"trustScore":65,"auditScore":73},"maintenance":{"status":"fresh","label":"5d since push","daysSincePush":5,"lastPushedAt":"2026-08-17T20:04:09+00:00"},"risk":{"level":"needs_review","label":"Needs review","requiresReview":true,"notes":["Permission surface may require sandboxing","The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","References to ../rolling-wave-common/references/artifacts.md, lifecycle.md, and pushback.md are external and not included in this submission; these are required for full context but do not constitute a critical risk.","Low GitHub adoption signal","Quality score needs review"]},"coverageTags":["Coding","Coding agents","design-creative","agent-skill"]},"audit":{"audit_score":73,"risk_level":"needs_review","risk_label":"Needs review","quality_score":58,"trust_score":65,"maintenance_score":100,"security_score":76,"install_score":92,"warnings":["Permission surface may require sandboxing","The SKILL.md excerpt is truncated; the full workflow and references are not fully visible in the provided excerpt, but the core invariants are clear and actionable.","References to ../rolling-wave-common/references/artifacts.md, lifecycle.md, and pushback.md are external and not included in this submission; these are required for full context but do not constitute a critical risk.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: filesystem or document access, network or browser access","GitHub adoption: 13 GitHub stars","Stars/forks activity: 13 stars, 0 forks; issue activity unavailable in current metadata","Permission surface: filesystem or document access, network or browser access"]},"quality_signals":{"model":"v2","star_score":8.02,"usage_score":0,"review_score":5.1,"metadata_score":3,"freshness_score":15},"platforms":["Claude Code","OpenAI Agents"],"use_cases":[{"slug":"coding-agents","title":"Coding agents","url":"https://www.openagentskill.com/use-cases/coding-agents"},{"slug":"github-automation","title":"GitHub automation","url":"https://www.openagentskill.com/use-cases/github-automation"},{"slug":"browser-automation","title":"Browser automation","url":"https://www.openagentskill.com/use-cases/browser-automation"},{"slug":"research-agents","title":"Research agents","url":"https://www.openagentskill.com/use-cases/research-agents"}],"stacks":[{"slug":"coding-review-agent","title":"Coding review agent","url":"https://www.openagentskill.com/collections/coding-review-agent"},{"slug":"browser-qa-agent","title":"Browser QA agent","url":"https://www.openagentskill.com/collections/browser-qa-agent"},{"slug":"frontend-product-ui","title":"Frontend and UI","url":"https://www.openagentskill.com/collections/frontend-product-ui"}],"install":"npx skills add rijkvanzanten/rolling-wave-engineering --skill finalize-slice","install_targets":[{"id":"openagentskill-cli","label":"CLI","title":"OpenAgentSkill CLI","kind":"command","value":"npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.2.1/openagentskill-0.2.1.tgz install rijkvanzanten-finalize-slice","description":"Resolve policy, run the source installer safely, and report a verified install receipt.","copyLabel":"Copy command"},{"id":"codex","label":"Codex","title":"Codex install prompt","kind":"agent-prompt","value":"Install the \"finalize-slice\" agent skill from https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: Finalize an implemented rolling-wave slice for user review. Use when the user wants Codex to review the current branch state against a ready-for-review or in-review slice contract, confirm and fix required findings, repeat review and verification until no required findings remain, ask before accepting findings that materially change project shape or contradict project assumptions, record review state, and leave the clean slice in review for complete-slice. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"rijkvanzanten-finalize-slice\",\"task\":\"Install finalize-slice\",\"agent\":\"codex\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.","description":"Give Codex a repo-aware install prompt when the skill is not available through a local CLI.","copyLabel":"Copy prompt"},{"id":"claude-code","label":"Claude Code","title":"Claude Code skill prompt","kind":"agent-prompt","value":"Add \"finalize-slice\" as a Claude Code skill from https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice. Inspect the skill instructions, place the reusable skill files in the appropriate local skills location for this project, and report the activation steps. Skill purpose: Finalize an implemented rolling-wave slice for user review. Use when the user wants Codex to review the current branch state against a ready-for-review or in-review slice contract, confirm and fix required findings, repeat review and verification until no required findings remain, ask before accepting findings that materially change project shape or contradict project assumptions, record review state, and leave the clean slice in review for complete-slice. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"rijkvanzanten-finalize-slice\",\"task\":\"Install finalize-slice\",\"agent\":\"claude-code\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.","description":"Use this prompt to ask Claude Code to add the skill and explain the local activation steps.","copyLabel":"Copy prompt"},{"id":"cursor","label":"Cursor","title":"Cursor rule prompt","kind":"agent-prompt","value":"Turn \"finalize-slice\" from https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice into a reusable Cursor project rule or agent instruction. Preserve the core workflow, adapt paths to this repo, and keep the rule scoped to tasks where it is relevant. Skill purpose: Finalize an implemented rolling-wave slice for user review. Use when the user wants Codex to review the current branch state against a ready-for-review or in-review slice contract, confirm and fix required findings, repeat review and verification until no required findings remain, ask before accepting findings that materially change project shape or contradict project assumptions, record review state, and leave the clean slice in review for complete-slice. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"rijkvanzanten-finalize-slice\",\"task\":\"Install finalize-slice\",\"agent\":\"cursor\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.","description":"Use this when installing as Cursor project rules or reusable agent instructions.","copyLabel":"Copy prompt"}],"repository":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice","github_repo":"rijkvanzanten/rolling-wave-engineering","version":"1.0.0","license":"MIT","urls":{"web":"https://www.openagentskill.com/skills/rijkvanzanten-finalize-slice","repository":"https://github.com/rijkvanzanten/rolling-wave-engineering/tree/main/skills/finalize-slice","api":"/api/agent/skills/rijkvanzanten-finalize-slice","install_api":"/api/skills/rijkvanzanten-finalize-slice/install"},"meta":{"created_at":"2026-08-20T14:36:57.115267+00:00","updated_at":"2026-08-20T14:36:57.115267+00:00","agent_friendly":true}}