smithery.ai

appforge-cli-issue-management

Manage Appforge issues from the CLI coding agent. Use when changing issue status to Blocked or In review, unclaiming issues, assigning to repo-owner, commenting with developer requests, or creating PRs and linking them back to issues.

First seen Mar 28, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,391 B
  • docs SUMMARY.md 271 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Appforge CLI Coding Agent Issue Management

Overview

Update issue status and communication for work that needs developer input or review.

Workflow

A) Developer input needed

  1. Change issue status to Blocked (use appforge-mcp for project board status).
  2. Assign the issue to repo-owner.
  3. Comment with clear, actionable details about what the developer needs to do.
  4. Unclaim the issue so another agent can pick it up after the developer updates status back to In Progress.

B) Ready for review

  1. Change issue status to In review (use appforge-mcp).
  2. Create a PR with:

- Summary of work completed. - Suggested test steps.

  1. Comment on the issue with a link to the PR.
  2. Assign the issue to repo-owner.
  3. Send a Twilio text to the configured review number with the PR link and a brief summary (skip for now; TODO until the campaign is approved).

Notes

  • Use github-mcp for issue comments, assignments, and PR creation.
  • Use appforge-mcp for project board status reads/updates.
  • If the PR already exists, link it and skip creating a duplicate.