Skip to content

[codex] Add Slack connector agent guidance#67

Merged
koizumikento merged 3 commits into
mainfrom
codex/slack-connector-skill
Apr 24, 2026
Merged

[codex] Add Slack connector agent guidance#67
koizumikento merged 3 commits into
mainfrom
codex/slack-connector-skill

Conversation

@koizumikento
Copy link
Copy Markdown
Collaborator

Summary

  • Add a repo-scoped Codex agent skill for evaluating Slack Platform connector functions before implementing custom external API authentication.
  • Add connector reference notes, an adoption checklist, and repo-specific implementation guidance under .agents/skills/slack-connector-functions/.
  • Introduce AGENTS.md as the shared agent instruction file and reduce CLAUDE.md to an @AGENTS.md import stub, following Claude Code's documented import behavior.

Impact

This gives coding agents a clear decision path for proposing Slack connector functions when users request external SaaS integrations, while preserving Claude Code compatibility through CLAUDE.md.

Validation

  • Reviewed generated skill and reference files.
  • Verified AGENTS.md and CLAUDE.md layout locally.
  • No Deno checks run because this PR changes documentation and agent instruction files only.

@github-actions github-actions Bot added size/m and removed size/xs labels Apr 24, 2026
@koizumikento koizumikento marked this pull request as ready for review April 24, 2026 01:37
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3303110a85

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread AGENTS.md
Comment on lines +39 to +40
このプロジェクトでは以下のツールを**必ず使用**してください:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Relax mandatory MCP-tool requirement in shared AGENTS.md

This file now declares itself as the common rule set for Codex/Claude/Cursor, but it requires Serena/Context7 with no fallback (必ず使用). In any environment where those MCP servers are not installed or enabled, agents can dead-end before doing repository work, which is a functional regression from tool-agnostic instructions. Please make these tools preferred when available and document a fallback path (e.g., rg + official docs) so tasks remain executable.

Useful? React with 👍 / 👎.

@koizumikento koizumikento self-assigned this Apr 24, 2026
Copy link
Copy Markdown
Collaborator

@danielvo594520 danielvo594520 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@koizumikento koizumikento merged commit 31361f0 into main Apr 24, 2026
7 checks passed
@koizumikento koizumikento deleted the codex/slack-connector-skill branch April 24, 2026 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants