GitHub Issue Fetcher Overview Fetch GitHub issues from the current repository using the CLI tool with flexible sorting, filtering, and field extraction capabilities. This skill provides patterns for common workflows like getting the next issue to work on, extracting specific fields, and querying issues with custom criteria. Prerequisites This skill requires two command-line tools to be installed: 1. GitHub CLI ( ) - Official GitHub command-line tool 2. jq - JSON processor for parsing command output Checking Dependencies Before executing issue commands, verify both tools are available: Install…