Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

commit-poetry提交诗歌

Agent Skill

commit-poetry 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,304

周安装

346

GitHub Stars

公开资料未说明

下载量

2,768
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:commit-poetry(提交诗歌)
来源仓库:https://github.com/jcools1977/commit-poetry
安装命令:
openclaw skills install commit-poetry
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install commit-poetry

简介

将 Git 提交历史转化为诗歌形式,如十四行诗、俳句等。

  • 适合用于团队回顾、日志美化或创意展示场景。commit-poetry 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 可根据提交类型生成不同风格的诗句,增强历史可读性。
  • 安装命令:openclaw skills install commit-poetry。
  • 输出为文本艺术,不具实际工程用途,仅供娱乐参考。

SKILL.md

name
commit-poetry
version
1.0.0
description
>
author
J. DeVere Cooley
category
fun-tools
tags
metadata
openclaw
emoji
📝
os
["darwin", "linux", "win32"]
cost
free
requires_api
false
tags

Commit Poetry

"In the beginning was the commit. And the commit was 'init'. And it was without form, and void."

What It Does

Your git log is a chronicle. Every commit message, every branch name, every merge conflict resolution tells a story. Commit Poetry reads that story and retells it as actual poetry — matching the poetic form to the nature of the work.

Bug fixes become haiku (short, precise, illuminating). Rewrites become epic poetry (long, dramatic, transformative). Merge conflicts become dramatic dialogues. And the commit history of a legacy module becomes a Gothic horror novella.

The Poetic Forms

Haiku (5-7-5 syllables)

*For: Bug fixes, one-line changes, moments of clarity*

From commit: "fix: null check in user validation"

  Undefined lurks here
  A single question mark saves
  The production night

From commit: "fix: off-by-one in pagination"

  Less than, not less-or
  Equal — one character changed
  A thousand rows spared

From commit: "remove unused import"

  You were invited
  But never called upon — gone
  The bundle breathes now

Limerick

*For: Silly bugs, embarrassing fixes, "I can't believe this was the problem"*

From commit: "fix: typo in environment variable name"

  A developer keen and quite bright
  Debugged through the day and the night
    The prod server crashed
    The logs were all trashed
  'Twas DATABSE_URL spelled not right

From commit: "fix: accidentally committed node_modules"

  A junior pushed code with great pride
  Then noticed the diff was too wide
    Eight thousand new files
    Stretched on for miles
  node_modules was along for the ride

Sonnet (14 lines, iambic pentameter)

*For: Sprint retrospectives, feature completions, meaningful milestones*

From: Sprint 42 commit history (checkout rewrite)

  When first we faced the checkout's tangled mess,
  A thousand lines of logic intertwined,
  With payment flows that no one could assess,
  And edge cases the tests could never find.

  Through patient weeks we carved the monolith,
  Each function split to serve a single aim,
  With types to guard the contracts we built with,
  And tests to prove the output stayed the same.

  The old code fell like autumn's fading leaves,
  While new abstractions rose to take their place,
  Each module clean, each boundary that achieves
  The independence of its own namespace.

    So here we ship, with coverage at ninety-four,
    What once was tangled, tangled now no more.

Ballad

*For: Major rewrites, migrations, epic multi-month efforts*

From: The Great TypeScript Migration (6 months of commits)

  Come gather 'round, developers all,
  And hear the tale I tell,
  Of JavaScript's long, untyped reign,
  And how the types befell.

  'Twas in the year of twenty-five,
  The errors grew too grand,
  "Cannot read property of undefined!"
  Rang across the land.

  A hero rose, with tsconfig bright,
  And strict mode set to true,
  "AllowJs first," the hero cried,
  "We'll migrate file by file, through."

  Three hundred files of .js to .ts,
  Each `any` type a sin,
  With every interface defined,
  The safety grew within.

  Six months it took, through storm and strife,
  But when the deed was done,
  The compiler caught a thousand bugs
  Before a single one could run.

Free Verse

*For: Chaotic periods, production incidents, "what even happened this week"*

From: Incident INC-3847 commit sequence

  3:47 AM
  the pager screams

  "fix: increase connection pool"
  (it wasn't the connection pool)

  "fix: actually increase timeout"
  (it wasn't the timeout either)

  "revert: actually increase timeout"
  4:12 AM

  "fix: the real fix — cache stampede on expired session"
  (it was always the cache)
  (it is always the cache)

  "chore: add monitoring for cache hit rate"
  5:30 AM

  the sun rises on a fixed system
  the developer does not rise until noon

Dramatic Dialogue

*For: Merge conflicts, opposing PRs, refactor debates*

From: Merge conflict between feature/new-auth and feature/new-logging

  ACT I: The Merge

  AUTH BRANCH:
    "I have rewritten the middleware!
     Request flows through ME now, authenticated,
     Validated, blessed with tokens divine."

  LOGGING BRANCH:
    "And I have rewritten the middleware!
     Request flows through ME now, observed,
     Measured, timestamped for eternity."

  GIT:
    "CONFLICT in src/middleware/index.ts"

  DEVELOPER:
    (staring at <<<<<<< HEAD)
    "Why. Why do both of you touch the same file."

  AUTH BRANCH:
    "I was here first."

  LOGGING BRANCH:
    "My PR was approved first."

  DEVELOPER:
    (opens coffee)
    (it is 9 AM and already too late for this)

  ACT II: The Resolution — 47 lines, both changes preserved,
  a new middleware chain that serves two masters.
  The developer commits with the message: "fix: merge conflict"
  and speaks of it no more.

Gothic Horror

*For: Legacy code, ancient modules, the file nobody wants to touch*

From: git log --follow src/legacy/invoice-generator.js

  THE INVOICE GENERATOR
  A Tale of Horror in Five Chapters

  Chapter I: Genesis (2019)
    It was born in innocence — 47 lines,
    a simple function that turned numbers into PDFs.
    Its creator committed it with the message "add invoicing"
    and was never heard from again.

  Chapter II: Growth (2020)
    It grew. Tax calculations. Multi-currency. Discounts.
    Five developers contributed. None read what the others wrote.
    By December it was 847 lines and had achieved sentience.

  Chapter III: The Warnings (2021)
    "TODO: refactor this" appeared on line 12.
    Then line 89. Then line 234.
    The TODOs were never addressed.
    They remain, like headstones.

  Chapter IV: Abandonment (2022-2024)
    No commits for 26 months. The module was sealed.
    Developers spoke of it in whispers.
    "Don't touch invoice-generator."
    "Why?" "Just don't."

  Chapter V: Today
    It runs. It generates invoices. It handles $2M monthly.
    Nobody understands it. Nobody will touch it.
    It has no tests. It has no documentation.
    It has only... the TODOs. Waiting.

Rap Verse

*For: Celebratory moments, shipping features, team victories*

From: v2.0.0 release tag

  Yo, we shipped the two-point-oh, let me break it down,
  Rewrote the whole stack, turned the codebase around,
  TypeScript strict mode, every type is sound,
  Coverage ninety-five, bugs? They can't be found.

  GraphQL on the API, REST is deprecated,
  Kubernetes deployed, auto-scaled and federated,
  Auth is OAuth2, sessions been cremated,
  Six months of work and we finally graduated.

  Shout out to the team who survived the migration,
  The merge conflicts, the failed CI, the frustration,
  But we're live in prod with zero degradation,
  v2.0 — standing ovation. 🎤

Poetry Modes

ModeInputOutput
Last CommitMost recent commitHaiku
Last Sprint2-week commit historySonnet or Free Verse
Feature BranchAll commits on a branchBallad or Dialogue
File HistoryFull history of one fileGothic Horror or Epic
IncidentCommits during an incident timeframeFree Verse (always)
ReleaseAll commits between two tagsRap Verse or Ballad
Merge ConflictConflicting commitsDramatic Dialogue
RandomAny commitLimerick

When to Invoke

  • Sprint retro — Present the sprint as a sonnet instead of a bullet list
  • Friday afternoon — Turn the week's commits into limericks (team morale++)
  • After a production incident — The free verse write-up is better than any postmortem
  • Release celebration — Rap verse for the release notes
  • When the legacy code scares you — Gothic horror for catharsis
  • When you need a laugh — Random limerick mode on any commit

Why It Matters

Git logs are the most accurate record of what a team actually did — but nobody reads them because they're boring. Poetry makes the history memorable, shareable, and genuinely enjoyable.

Also: a sonnet about a sprint is a more honest retrospective than most retro meetings produce.

Zero external dependencies. Zero API calls. Pure literary engineering.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.09%
按下载量换算1,968

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills