Skip to content

docs(skill): list roles, custom-fields, my-account commands#125

Merged
aarondpn merged 1 commit into
mainfrom
docs/skill-missing-commands
Jun 19, 2026
Merged

docs(skill): list roles, custom-fields, my-account commands#125
aarondpn merged 1 commit into
mainfrom
docs/skill-missing-commands

Conversation

@aarondpn

Copy link
Copy Markdown
Owner

Summary

While verifying the AI integrations, I found the agent skill's command table (skills/redmine-cli/SKILL.md) was missing three top-level commands that already ship in the CLI:

All three predate the skill's last edit (#121), so they were simply overlooked.

Why it matters

The skill explicitly tells agents: "Only these top-level commands exist. Do NOT invent... commands not listed here." So a Claude/Cursor agent following the skill would have refused to use these commands, even though the MCP server already exposes them (list_roles, get_custom_field, get_my_account, etc.).

Change

Adds the three missing rows. The table now matches redmine --help 1:1 (verified by diff). No code changes.

The agent skill's command table was missing three top-level commands
that already ship in the CLI: roles (#92), custom-fields (#97), and
my-account (#104). Because the skill instructs agents that "only these
top-level commands exist", agents would refuse to use those commands
even though the MCP server already exposes them. Adds the missing rows
so the table matches `redmine --help` 1:1.
@aarondpn aarondpn merged commit 98abb78 into main Jun 19, 2026
2 checks passed
@aarondpn aarondpn deleted the docs/skill-missing-commands branch June 19, 2026 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant