Skip to main content
Back to registry

start-issue

vkehfdl1/marshroom

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

Installs1
Install command
npx skills add https://github.com/vkehfdl1/marshroom --skill start-issue
Security audits
Gen Agent Trust HubPASS
SocketWARN
SnykPASS
About this skill
Start working on a Marshroom cart issue in the current repository. - 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). - 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 .

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does start-issue do?

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

Is start-issue good?

start-issue does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does start-issue work with?

start-issue currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to start-issue?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install start-issue?

npx skills add https://github.com/vkehfdl1/marshroom --skill start-issue

Related skills

Alternatives in Software Engineering