1k-pr-daily-report — android 1k-pr-daily-report, app-monorepo, community, android, ide skills, bitcoin, blockchain, crypto, electron, ethereum, Claude Code

v1.0.0

Sobre este Skill

Perfeito para Agentes de Desenvolvimento que necessitam de relatórios e análise de atividade de PR automatizados. Generate a 24-hour PR activity report grouped by module with Chinese summaries. Use when the user asks for PR statistics, daily report, PR summary, or mentions PR 统计, 每日报告, PR 汇总, 日报.

# Core Topics

OneKeyHQ OneKeyHQ
[2.3k]
[496]
Updated: 3/17/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
43
Canonical Locale
zh
Detected Body Locale
zh

Perfeito para Agentes de Desenvolvimento que necessitam de relatórios e análise de atividade de PR automatizados. Generate a 24-hour PR activity report grouped by module with Chinese summaries. Use when the user asks for PR statistics, daily report, PR summary, or mentions PR 统计, 每日报告, PR 汇总, 日报.

Por que usar essa habilidade

Permite que os agentes gerem relatórios abrangentes de atividade de PR para as últimas 24 horas, utilizando GitHub API e comandos bash, com recursos como agrupamento de módulos, títulos em chinês e rótulos de status, fornecendo informações valiosas para desenvolvedores e gerentes de projeto.

Melhor para

Perfeito para Agentes de Desenvolvimento que necessitam de relatórios e análise de atividade de PR automatizados.

Casos de Uso Práticos for 1k-pr-daily-report

Automatizar relatórios diários de PR para gerentes de projeto
Gerar análise de atividade de PR específica do módulo
Depurar problemas de fluxo de trabalho de PR com rótulos de status detalhados

! Segurança e Limitações

  • Requer acesso à GitHub API
  • Limitado a 100 PRs por relatório devido à flag --limit 100
  • Dependente de ambiente Linux ou compatível com bash para comando de data

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is 1k-pr-daily-report?

Perfeito para Agentes de Desenvolvimento que necessitam de relatórios e análise de atividade de PR automatizados. Generate a 24-hour PR activity report grouped by module with Chinese summaries. Use when the user asks for PR statistics, daily report, PR summary, or mentions PR 统计, 每日报告, PR 汇总, 日报.

How do I install 1k-pr-daily-report?

Run the command: npx killer-skills add OneKeyHQ/app-monorepo/1k-pr-daily-report. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for 1k-pr-daily-report?

Key use cases include: Automatizar relatórios diários de PR para gerentes de projeto, Gerar análise de atividade de PR específica do módulo, Depurar problemas de fluxo de trabalho de PR com rótulos de status detalhados.

Which IDEs are compatible with 1k-pr-daily-report?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for 1k-pr-daily-report?

Requer acesso à GitHub API. Limitado a 100 PRs por relatório devido à flag --limit 100. Dependente de ambiente Linux ou compatível com bash para comando de data.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add OneKeyHQ/app-monorepo/1k-pr-daily-report. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use 1k-pr-daily-report immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

1k-pr-daily-report

Install 1k-pr-daily-report, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

24h PR 日报

Generate a PR activity report for the last 24 hours, grouped by module, with Chinese titles and status labels.

Step 1: Fetch PR data

bash
1gh pr list --state all --search "created:>=$(date -v-24H +%Y-%m-%dT%H:%M:%S)" --limit 100 --json number,title,state,isDraft,mergedAt,createdAt,author,labels

On Linux, use date -d '24 hours ago' instead of date -v-24H.

Step 2: Classify status

  • [已完成]: state is MERGED
  • [进行中]: state is OPEN (regardless of isDraft)

Step 3: Classify modules

Determine the module from the PR title prefix and content:

ModuleMatching rules
Desktoptitle contains desktop, electron, snap, serialport
iOStitle contains ios, TOCrop, EAS
Market(行情)title contains market
Perps(合约交易)title contains perps, trading
钱包/硬件title contains wallet, account, keyless, pin, hardware
CI/发布/热更新title contains bundle, release, workflow, ci, label
Watchlist(关注)title contains watchlist, watch
Refer(推荐)title contains refer
Networktitle contains network, netinfo
依赖/安全title contains bump, upgrade, security, flatted, minimatch, dep

If a PR doesn't match any rule, place it under 其他.

Step 4: Output format

Use this exact format:

## 24h PR 统计

### {Module Name}
- #{number} {Chinese title} [{status}]
- #{number} {Chinese title} [{status}]

### {Module Name}
...

---

**合计 {total} 个 PR**:已完成 {merged} / 进行中 {open}

Rules:

  • Translate each PR title to a concise Chinese summary
  • Group by module, each module is a ### heading
  • Each PR is a - #number title [status] line
  • Modules with more PRs come first
  • End with a summary line showing totals

Habilidades Relacionadas

Looking for an alternative to 1k-pr-daily-report or another community skill for your workflow? Explore these related open-source skills.

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Gerar plugins de widgets personalizáveis para o sistema de feed do prompts.chat

flags

Logo of vercel
vercel

O Framework React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Desenvolvedor