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로 제한됨
  • 날짜 명령을 사용하기 위해 리눅스 또는 호환 가능한 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로 제한됨. 날짜 명령을 사용하기 위해 리눅스 또는 호환 가능한 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
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자