zendesk-tickets
Sync Zendesk tickets (solved + closed) into Hissuno as sessions. Cursor advances by `updated_at` from the Zendesk Search API.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Sync Zendesk tickets (solved + closed) into Hissuno as sessions. Cursor advances by `updated_at` from the Zendesk Search API.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Sync Fathom meetings (recorded calls + transcripts) into Hissuno as sessions. Cursor advances by `created_at`.
Register a GitHub repository as a Hissuno codebase. Parameterized: pass `repoFullName` and optional `branch`. Verifies the repo (and branch, if provided) is reachable, then POSTs to /api/codebases. Re-running is idempotent — duplicate codebases on the same (project, repo, branch) are filtered server-side.
Sync GitHub issues from a repository as feedback sessions. Parameterized: pass `repoFullName` (owner/repo) as run input. Cursor advances by issue `updated_at`. Pulls comments inline so each session has the full thread.
Handle GitHub App installation lifecycle webhooks (installation created, deleted, repositories added/removed). Records the change so the integrations UI can react. The github plugin's other webhooks (issues, pulls) should trigger their own skills as the migration progresses.
Sync Gong calls (recorded sales calls + transcripts) into Hissuno as sessions. Cursor advances by call started date.
Use when picking the next development issue to work on and implementing it end-to-end. This skill is the body of a continuous development loop - it selects the highest-priority ready issue from Hissuno, implements it, and creates a PR. Triggers on: next issue, continuous development, dev loop, what to build next, pick next task, implement next issue, development queue. Requires the hissuno CLI to be configured.
| name | zendesk-tickets |
| description | Sync Zendesk tickets (solved + closed) into Hissuno as sessions. Cursor advances by `updated_at` from the Zendesk Search API. |
| version | 1.0 |
| license | MIT |
| metadata | {"author":"hissuno"} |
| triggers | {"manual":{},"scheduled":{"cron":"0 */6 * * *"}} |
| capabilities | {"sandbox":true} |
| requires | {"plugins":["zendesk"]} |
| timeoutMs | 1800000 |
Pulls solved/closed Zendesk tickets and posts them as sessions. Reads the
subdomain, admin email, and API token from ZENDESK_CREDENTIALS.
tsx scripts/sync.ts