list-my-tasks

List open GitHub issues assigned to the authenticated user via GraphQL.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill list-my-tasks
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: list-my-tasks
Source: https://github.com/semicolon-devteam/semo/tree/main/packages/biz/management/skills/list-my-tasks
Command: npx skills add https://github.com/semicolon-devteam/semo --skill list-my-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes references (resource) components.

What problem does it solve?

GitHubμ—μ„œ ν˜„μž¬ λ‘œκ·ΈμΈν•œ μ‚¬μš©μž(@me)μ—κ²Œ ν• λ‹Ήλœ 이슈λ₯Ό ν•œ κ³³μ—μ„œ 확인할 수 μžˆλ„λ‘ λ•μŠ΅λ‹ˆλ‹€.

Core Features & Use Cases

  • ν• λ‹Ή 이슈 쑰회: 쑰직 λ‚΄ λͺ¨λ“  λ ˆν¬μ—μ„œ λ‚˜μ—κ²Œ ν• λ‹Ήλœ 이슈λ₯Ό ν•œ λ²ˆμ— 확인
  • μƒνƒœ λΆ„λ₯˜ 및 μš°μ„ μˆœμœ„ ν‘œμ‹œ: μž‘μ—…μ€‘, λŒ€κΈ°μ€‘, 리뷰쀑 λ“±μœΌλ‘œ λΆ„λ₯˜
  • λΉ λ₯Έ μ•‘μ…˜ 단좕킀: νŠΉμ • 이슈λ₯Ό λ°”λ‘œ μ—΄μ–΄ μˆ˜μ •/PR 생성 κ°€λŠ₯

Quick Start

μ˜ˆμ‹œ: "λ‚΄ ν• λ‹Ή μž‘μ—… λ³΄μ—¬μ€˜" μš”μ²­ μ‹œ ν˜„μž¬ 둜그인 μœ μ €μ˜ ν• λ‹Ή 이슈λ₯Ό μš”μ•½ν•΄ ν‘œμ‹œν•©λ‹ˆλ‹€.

Frequently Asked Questions about list-my-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all tasks assigned to me across GitHub repositories?β–Ό

List tasks assigned to you across repos by running this Skill, which queries GitHub for open issues assigned to your account. It fetches issues from all repositories in the semicolon-devteam organization, then displays them in a categorized Markdown report organized by status: Backlog, In Progress, Review, and Done.

Can I see my GitHub issues organized by priority and status in one place?β–Ό

Yes. This Skill retrieves your assigned GitHub issues and groups them by status and priority. The output includes issue numbers, titles, labels, creation/update timestamps, and a total count, giving you a single consolidated view of your workload across all organization repositories.

What information does GitHub CLI provide about assigned tasks?β–Ό

GitHub CLI fetches detailed task metadata including issue number, title, repository name, labels (up to 5 per issue), project status fields, and timestamps. This Skill uses GraphQL to query these fields and render them into a human-readable Markdown report for easy task tracking.

How do I track project management tasks without switching between multiple repositories?β–Ό

Use this Skill to aggregate all open issues assigned to you across the organization into a single report. Instead of checking each repository individually, you get a categorized summary with status breakdowns and priority indicators, streamlining your workload review.

Do I need to authenticate with GitHub to see my assigned issues?β–Ό

Yes. This Skill requires GitHub CLI authentication to access your assigned issues. Once authenticated, it queries issues visible to your account across all organization repositories and generates a report organized by task status.