start-issue

Start working on a Marshroom cart issue in the current repository.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "start-issue" with this command: npx skills add vkehfdl1/marshroom/vkehfdl1-marshroom-start-issue

Start working on a Marshroom cart issue in the current repository.

Critical Requirements

  • state.json update is MANDATORY. After creating the branch, you MUST update the issue status to running in ${MARSHROOM_STATE:-~/.config/marshroom/state.json} . If this fails, stop and report the error — do NOT silently continue.

  • Use marsh start if available; otherwise fall back to direct jq atomic write (see step 10).

Steps

  • Read ${MARSHROOM_STATE:-~/.config/marshroom/state.json} and parse the JSON

  • Extract the cart array. If the cart is empty, tell the user to add issues in the Marshroom app

  • Run git remote get-url origin to get the current repo's remote URL

  • Extract owner/repo from the remote URL (handle both HTTPS and SSH formats)

  • Filter cart entries where repoCloneURL (HTTPS) or repoSSHURL (SSH) matches the current remote. Compare by extracting owner/repo from each

  • If no matching cart entries, tell the user this repo has no cart issues

  • If $ARGUMENTS contains an issue number, find that entry; otherwise if multiple matches, list them and ask the user to pick one

  • Run git checkout main && git pull origin main to ensure main is up to date

  • Create and checkout the branch: git checkout -b {branchName} The branch name should be Feature/#N or HotFix/#N . N is issue number.

  • Update issue status (MANDATORY):

  • First try: marsh start #{issueNumber}

  • If marsh is not found in PATH, fall back to direct atomic update: STATE_FILE="${MARSHROOM_STATE:-~/.config/marshroom/state.json}" TMP="$(mktemp "${STATE_FILE}.XXXXXX")" jq --argjson n ISSUE_NUMBER '.cart |= map(if .issueNumber == $n then .status = "running" else . end)'
    "$STATE_FILE" > "$TMP" && mv -f "$TMP" "$STATE_FILE"

  • Verify the update succeeded by reading state.json and confirming status is running

  • Inject issue context:

  • Read the issueBody field from the matched cart entry

  • If non-null, display it under a "## Issue Details" header

  • This gives the agent full context about what needs to be done

  • Confirm the branch was created and display:

  • Issue: #{issueNumber} {issueTitle}

  • Branch: {branchName}

  • Repository: {repoFullName}

  • Status: running

  • Ask the user permission to start planning to resolve issue. If the user allows it, starts planning using /plan mode.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

奇门遁甲

提供基于数据分析与认知科学的八字和奇门遁甲排盘及解盘,辅助理性传统命理决策参考。

Registry SourceRecently Updated
General

No Login Video

Turn a 2-minute screen recording or phone video into 1080p ready-to-share MP4 just by typing what you need. Whether it's editing and exporting videos instant...

Registry SourceRecently Updated
General

Editor Baby

Skip the learning curve of professional editing software. Describe what you want — trim the best moments, add soft background music, and create a short highl...

Registry SourceRecently Updated
General

Secretary Memory

OpenClaw 秘书式多分区记忆系统 v3.0。仿生现代秘书的笔记本分类法,支持:(1) 多分区并发搜索 + 每分区3条上下文召回,(2) 会话自动摘要,(3) 偏好自动提取 + 用户关系图谱,(4) 记忆冲突主动检测,(5) 定时 consolidation + 会话结束 hook,(6) 精细化恢复/回溯,...

Registry SourceRecently Updated