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

Acerca de este Skill

Perfecto para Agentes de Desarrollo que necesitan informes y análisis de actividad 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

Perfecto para Agentes de Desarrollo que necesitan informes y análisis de actividad 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 qué usar esta habilidad?

Habilita a los agentes a generar informes de actividad de PR completos para las últimas 24 horas, utilizando GitHub API y comandos bash, con características como agrupación de módulos, títulos chinos y etiquetas de estado, proporcionando información valiosa para desarrolladores y gerentes de proyectos.

Mejor para

Perfecto para Agentes de Desarrollo que necesitan informes y análisis de actividad de PR automatizados.

Casos de uso accionables for 1k-pr-daily-report

Automatizar informes diarios de PR para gerentes de proyectos
Generar análisis de actividad de PR específicos del módulo
Depurar problemas de flujo de trabajo de PR con etiquetas de estado detalladas

! Seguridad y limitaciones

  • Requiere acceso a GitHub API
  • Limitado a 100 PR por informe debido a la marca --limit 100
  • Dependiente de un entorno Linux o compatible bash para el comando de fecha

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?

Perfecto para Agentes de Desarrollo que necesitan informes y análisis de actividad 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 informes diarios de PR para gerentes de proyectos, Generar análisis de actividad de PR específicos del módulo, Depurar problemas de flujo de trabajo de PR con etiquetas de estado detalladas.

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?

Requiere acceso a GitHub API. Limitado a 100 PR por informe debido a la marca --limit 100. Dependiente de un entorno Linux o compatible bash para el comando de fecha.

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 todo

openclaw-release-maintainer

Logo of openclaw
openclaw

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

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Generar complementos de widgets personalizables para el sistema de feeds de prompts.chat

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

El Marco de React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensores y redes neuronales dinámicas en Python con fuerte aceleración de GPU

98.6k
0
Desarrollador