Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions apps/discord_bot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,16 @@ This document captures Discord bot behavior, permissions, and slash command usag
- `/search-members`
- Description: Search for candidates/members in the CRM.
- Args:
- `query` (optional)
- `skills` (optional, comma-separated)
- `query` (required; accepts `skills:python,sql` for skills-only search, `john skills:python,sql` for combined search, and `me`/`self`/`myself` to look up your own CRM profile)
- `show_skills` (optional; explicit detailed skills output)
- Notes:
- Use `query: me`, `query: self`, or `query: myself` to replace the old self-lookup flow from `/view-skills`.
- Add `show_skills:true` to return the detailed skills embed for a single match.
- Examples:
- `/search-members query:me`
- `/search-members query:myself`
- `/search-members query:me show_skills:true`
- `/search-members query:"john skills:python,sql"`

- `/crm-status`
- Description: Check CRM API accessibility.
Expand All @@ -100,11 +108,6 @@ This document captures Discord bot behavior, permissions, and slash command usag
- `/unlinked-discord-users`
- Description: List Discord members with `Member` role not linked in CRM.

- `/view-skills`
- Description: View structured skills for yourself or a specific member.
- Args:
- `search_term` (optional)

- `/set-github-username`
- Description: Set GitHub username on a CRM contact.
- Args:
Expand Down
Loading