issue-hunter

Detect code quality issues in a monorepo and file GitHub issues.

333|92|Updated Jun 9, 2025
One-click install
npx skills add https://github.com/shenjingnan/xiaozhi-client --skill issue-hunter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-hunter
Source: https://github.com/shenjingnan/xiaozhi-client/tree/main/.claude/skills/issue-hunter
Command: npx skills add https://github.com/shenjingnan/xiaozhi-client --skill issue-hunter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在大型代码仓库中,潜在的代码质量问题往往被忽视,导致维护成本上升和风险累积。Issue Hunter 通过自动检测这些问题并在 GitHub 上创建对应的 Issue,帮助团队集中处理最关键的改动。

Core Features & Use Cases

  • 自动化代码问题检测:在 xiaozhi-client 这样的多包仓库中识别潜在的问题、不规范实践和潜在 bug。
  • GitHub Issue 自动化:为发现的问题自动生成高优先级的 Issue,附带修复建议和相关代码位置。
  • 任务治理场景:适用于持续集成/持续交付流程中的代码质量治理和变更追踪。

Quick Start

直接调用该技能:/issue-hunter。系统将随机选择问题类型并在检测完成后提交一个 Issue。

Frequently Asked Questions about issue-hunter

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

FAQPage Schema
How do I automatically detect code quality issues in a monorepo?

To automatically detect code quality issues in a monorepo, you can use a static analysis automation skill that identifies bugs, style violations, and maintainability risks across multiple packages.

Can I automatically create GitHub issues for detected code bugs?

Yes, you can automatically create GitHub issues for detected code bugs by running an automation script that files a single high-priority issue per run with repair suggestions and code locations.

How do I integrate static analysis into CI workflows for code governance?

You integrate static analysis into CI workflows for code governance by triggering an automated detection skill during pipelines to evaluate code quality and track maintainability risks in your repository.

Does this automated code issue detection work for multi-package repositories?

Yes, automated code issue detection is specifically designed to target multi-package monorepos, identifying potential problems and non-standard practices across various packages within a single repository.

What is the best way to track maintainability risks in software repositories?

The best way to track maintainability risks in software repositories is to run an automated detection tool that generates standard GitHub issues, centralizing bug tracking and code quality governance.