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

このスキルについて

開発エージェントが自動化された PR アクティビティのレポートと分析を必要とする場合に最適です。 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

開発エージェントが自動化された PR アクティビティのレポートと分析を必要とする場合に最適です。 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 汇总, 日报.

このスキルを使用する理由

エージェントが GitHub API と bash コマンドを利用して、過去 24 時間の包括的な PR アクティビティ レポートを生成する能力を提供します。モジュール グループ化、中国語タイトル、ステータス ラベルなどの機能があり、開発者とプロジェクト マネージャーに貴重な洞察を提供します。

おすすめ

開発エージェントが自動化された PR アクティビティのレポートと分析を必要とする場合に最適です。

実現可能なユースケース for 1k-pr-daily-report

プロジェクト マネージャーの毎日の PR レポートを自動化する
特定のモジュールの PR アクティビティ分析を生成する
詳細なステータス ラベルを使用して PR ワークフロー問題をデバッグする

! セキュリティと制限

  • GitHub API アクセスが必要
  • --limit 100 フラグのため、1 回のレポートにつき 100 個の PR までの制限
  • date コマンドを使用するために Linux または互換性のある bash 環境に依存する

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?

開発エージェントが自動化された PR アクティビティのレポートと分析を必要とする場合に最適です。 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: プロジェクト マネージャーの毎日の PR レポートを自動化する, 特定のモジュールの PR アクティビティ分析を生成する, 詳細なステータス ラベルを使用して PR ワークフロー問題をデバッグする.

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?

GitHub API アクセスが必要. --limit 100 フラグのため、1 回のレポートにつき 100 個の PR までの制限. date コマンドを使用するために Linux または互換性のある bash 環境に依存する.

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

関連スキル

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

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

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

333.8k
0
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者