Skip to content

fix: all-in-one skill 对用户请求使用未启用能力的引导和提示不足#659

Open
binggg wants to merge 1 commit intomainfrom
automation/attribution-issue-mo8xh7zx-9kj13j-all-in-one-skill
Open

fix: all-in-one skill 对用户请求使用未启用能力的引导和提示不足#659
binggg wants to merge 1 commit intomainfrom
automation/attribution-issue-mo8xh7zx-9kj13j-all-in-one-skill

Conversation

@binggg
Copy link
Copy Markdown
Member

@binggg binggg commented Apr 28, 2026

Attribution issue

  • issueId: issue_mo8xh7zx_9kj13j
  • category: skill
  • canonicalTitle: all-in-one skill 对用户请求使用未启用能力的引导和提示不足
  • representativeRun: atomic-js-cloudbase-cli-log-query-by-function-name/2026-04-21T17-58-30-uxf9ek

Automation summary

  • root_cause: The all-in-one skill didn't provide guidance on how to handle cases where users explicitly request to use disabled capabilities (like CloudBase CLI). When the task asked to use CloudBase CLI to query logs, the skill didn't detect this and couldn't guide the user to use MCP tools instead.
  • changes: Added a new "Handling disabled capabilities" section to config/source/skills/SKILL.md that:
  • Detects when users explicitly request CLI commands (e.g., "使用 CloudBase CLI", "tcb", "命令行")
  • Informs users that CLI is not available in the current run mode
  • Provides common replacements mapping CLI commands to MCP tools:
  • Log query: queryFunctions(action="listFunctionLogs") instead of tcb fn log
  • Function deployment: manageFunctions instead of tcb fn deploy
  • Storage operations: manageStorage instead of tcb storage
  • Environment query: envQuery instead of tcb env list
  • Suggests routing to domain skills (cloud-functions, cloud-storage-web, ops-inspector) when unsure
  • validation: All skill tests pass:
  • build-skills-repo.test.js
  • build-compat-config.test.js
  • skill-quality-standards.test.js
  • follow_up: None - the fix is complete

Changed files

  • config/source/skills/SKILL.md

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@binggg
Copy link
Copy Markdown
Member Author

binggg commented Apr 28, 2026

Attribution post-PR evaluation

  • visibility: internal identifiers, run ids, and private links are intentionally omitted
  • attempt: 1
  • eval_scope: primary_only
  • overall: ERROR
  • summary: post-PR evaluation errored
  • updated_at: 2026-04-28T21:54:56.429Z

Cases

  • [ERROR] — primary — evaluation errored

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant