repowiserepowise
Sign in
kursku/uazapi-cli
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisekursku/uazapi-cli

Commits

Every commit scored for change-risk against this repo's own history, so 'elevated' means elevated here rather than on some global curve.

Needs review

10of 29 scored

10 commits sit in this repo's top risk tercile, which is 34% of the 29scored. The cut is drawn against this codebase's own history rather than a global curve, so a quiet repo still fills its top band, and here it starts at 8.3 out of 10. What pushes a commit up is size and spread together: a large change confined to one area scores below a smaller one scattered across a dozen files.

Fix commits27%Commits whose subject reads as a bug fix rather than new work.Written by an agent724%Read from commit trailers, so it counts what was declared.Change diffusion0.81bitsShannon entropy of a commit's churn across its files. Zero is a single file, and every extra bit is a doubling of how widely the change spread.Review threshold8.3out of 10Score a commit has to clear to land in this repo's top tercile.

How the work changed shape

Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.

Began feature-led, now leaning docs.

Feature38%
Fix10%
Refactor3%
Docs48%
24%of indexed commits are agent-attributed(7 of 29)
claude (7)

Review-priority queue

Ranked by change-risk, highest first. Priority is a tercile of this repo's own distribution, so a quiet repo still fills its top band.

Commit review-priority queue
#CommitAuthorWhenLinesRiskTop driver
1
8abcff37docs: add OpenAPI spec and skill files for LLM documentation
jonesfernandess
3mo ago+18.7K -0
98%Elevated
more lines added than baseline
2
cca1edd7feat: uazapi-cli - unofficial CLI for UAZAPI WhatsApp API
jonesfernandess
3mo ago+3.0K -0
95%Elevated
more lines added than baseline
3
cddb6404feat: add search-docs enhancements and install-skills command
jonesfernandess
3mo ago+1.3K -400
91%Elevated
more lines added than baseline
4
a382a454docs: README principal em pt-BR, adiciona README.en.md e README.es.md
jonesfernandess
3mo ago+460 -90
88%Elevated
more lines added than baseline
5
8692ed66feat(install-skills): install globally using unified skills directory format
jonesfernandess
3mo ago+424 -178
84%Elevated
more lines added than baseline
6
9b2129e1feat: adiciona envio em massa no menu interativo
jonesfernandessclaudeassisted
3mo ago+288 -2
81%Elevated
more lines added than baseline
7
d21ec5e6docs(skill): expand uazapi skill to full API reference
jonesfernandessclaudeassisted
3mo ago+198 -44
78%Elevated
more lines added than baseline
8
1790a11dfeat: add search-docs command
jonesfernandess
3mo ago+177 -0
72%Elevated
more lines added than baseline
9
3a4dbcb5docs(skill): make SKILL.md LLM-friendly with ID formats and examples
jonesfernandessclaudeassisted
3mo ago+140 -25
72%Elevated
more lines added than baseline
10
ac779889feat: adiciona install.sh one-liner e comandos update/upgrade
jonesfernandess
3mo ago+153 -7
67%Elevated
more lines added than baseline
11
c93b1844refactor(skill): slim down uazapi skill to API-only reference
jonesfernandessclaudeassisted
3mo ago+77 -256
64%Typical
more lines added than baseline
12
978fa231feat(install-skills): add Hermes and OpenClaw support
jonesfernandess
3mo ago+88 -9
60%Typical
more lines added than baseline
13
162f9dd7feat(interactive): add update option to interactive menu
jonesfernandess
3mo ago+68 -0
57%Typical
more lines added than baseline
14
0ba7db65feat: adiciona listagem de instancias no menu interativo
jonesfernandess
3mo ago+59 -0
53%Typical
more lines added than baseline
15
2d4d3abbfix(send menu): correct choices format and add missing fields
jonesfernandess
3mo ago+60 -10
50%Typical
more lines added than baseline
16
98214db3docs: reescreve README com install, quick start, build e update
jonesfernandess
3mo ago+48 -33
47%Typical
more lines added than baseline
17
6007097efeat: adiciona delay configuravel no envio em massa
jonesfernandessclaudeassisted
3mo ago+40 -0
43%Typical
more lines added than baseline
18
62ea2acefix(interactive): update handler now mirrors non-interactive update behavior
jonesfernandess
3mo ago+35 -34
40%Typical
more lines added than baseline
19
7cf2add4docs(webhook): document real payload shape and fromMe sender/chatid gotcha
jonesfernandess
4w ago+27 -9
34%Typical
more lines added than baseline
20
2605d3b7feat: add message pin, viewOnce media, and wa_messages_limits
jonesfernandessclaudeassisted
3mo ago+25 -1
34%Typical
more lines added than baseline
21
4682b739docs: adiciona Star History chart nos READMEs
jonesfernandess
3mo ago+12 -0
29%Below typical
more scattered than baseline
22
5da492a3docs: add send menu examples with correct choices format to README
jonesfernandess
3mo ago+10 -0
26%Below typical
more focused than baseline
23
6bd40431docs: add install-skills command to table and update interactive menu example
jonesfernandess
3mo ago+9 -0
22%Below typical
more scattered than baseline
24
f54fd2dcUpdate README.md
jonesfernandess
3mo ago+6 -4
19%Below typical
fewer lines added than baseline
25
56a63aaddocs: align README examples with current CLI flags
jonesfernandess
3mo ago+6 -6
16%Below typical
fewer lines added than baseline
26
d1359f12docs(audio): fix generate_mp3 default claim, document base64Data field name
jonesfernandess
4w ago+6 -4
12%Below typical
fewer lines added than baseline
27
e84b8aaedocs(audio): document generate_mp3 requirement for web playback
jonesfernandess
4w ago+3 -1
9%Below typical
fewer lines added than baseline
28
ed586cd6docs: adiciona screenshot do menu interativo no README
jonesfernandess
3mo ago+2 -0
5%Below typical
fewer lines added than baseline
29
845d36ecfix(skill): quote description to fix YAML parse error
jonesfernandessclaudeassisted
3mo ago+1 -1
2%Below typical
fewer lines added than baseline
  • 8abcff37docs: add OpenAPI spec and skill files for LLM documentation
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +18.7K -0
    Risk
    98%Elevated
  • cca1edd7feat: uazapi-cli - unofficial CLI for UAZAPI WhatsApp API
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +3.0K -0
    Risk
    95%Elevated
  • cddb6404feat: add search-docs enhancements and install-skills command
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +1.3K -400
    Risk
    91%Elevated
  • a382a454docs: README principal em pt-BR, adiciona README.en.md e README.es.md
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +460 -90
    Risk
    88%Elevated
  • 8692ed66feat(install-skills): install globally using unified skills directory format
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +424 -178
    Risk
    84%Elevated
  • 9b2129e1feat: adiciona envio em massa no menu interativo
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +288 -2
    Risk
    81%Elevated
  • d21ec5e6docs(skill): expand uazapi skill to full API reference
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +198 -44
    Risk
    78%Elevated
  • 1790a11dfeat: add search-docs command
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +177 -0
    Risk
    72%Elevated
  • 3a4dbcb5docs(skill): make SKILL.md LLM-friendly with ID formats and examples
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +140 -25
    Risk
    72%Elevated
  • ac779889feat: adiciona install.sh one-liner e comandos update/upgrade
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +153 -7
    Risk
    67%Elevated
  • c93b1844refactor(skill): slim down uazapi skill to API-only reference
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +77 -256
    Risk
    64%Typical
  • 978fa231feat(install-skills): add Hermes and OpenClaw support
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +88 -9
    Risk
    60%Typical
  • 162f9dd7feat(interactive): add update option to interactive menu
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +68 -0
    Risk
    57%Typical
  • 0ba7db65feat: adiciona listagem de instancias no menu interativo
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +59 -0
    Risk
    53%Typical
  • 2d4d3abbfix(send menu): correct choices format and add missing fields
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +60 -10
    Risk
    50%Typical
  • 98214db3docs: reescreve README com install, quick start, build e update
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +48 -33
    Risk
    47%Typical
  • 6007097efeat: adiciona delay configuravel no envio em massa
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +40 -0
    Risk
    43%Typical
  • 62ea2acefix(interactive): update handler now mirrors non-interactive update behavior
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +35 -34
    Risk
    40%Typical
  • 7cf2add4docs(webhook): document real payload shape and fromMe sender/chatid gotcha
    Author
    jonesfernandess
    When
    4w ago
    Lines
    +27 -9
    Risk
    34%Typical
  • 2605d3b7feat: add message pin, viewOnce media, and wa_messages_limits
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +25 -1
    Risk
    34%Typical
  • 4682b739docs: adiciona Star History chart nos READMEs
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +12 -0
    Risk
    29%Below typical
  • 5da492a3docs: add send menu examples with correct choices format to README
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +10 -0
    Risk
    26%Below typical
  • 6bd40431docs: add install-skills command to table and update interactive menu example
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +9 -0
    Risk
    22%Below typical
  • f54fd2dcUpdate README.md
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +6 -4
    Risk
    19%Below typical
  • 56a63aaddocs: align README examples with current CLI flags
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +6 -6
    Risk
    16%Below typical
  • d1359f12docs(audio): fix generate_mp3 default claim, document base64Data field name
    Author
    jonesfernandess
    When
    4w ago
    Lines
    +6 -4
    Risk
    12%Below typical
  • e84b8aaedocs(audio): document generate_mp3 requirement for web playback
    Author
    jonesfernandess
    When
    4w ago
    Lines
    +3 -1
    Risk
    9%Below typical
  • ed586cd6docs: adiciona screenshot do menu interativo no README
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +2 -0
    Risk
    5%Below typical
  • 845d36ecfix(skill): quote description to fix YAML parse error
    Author
    jonesfernandess
    When
    3mo ago
    Lines
    +1 -1
    Risk
    2%Below typical
Showing 29 of 29 commits

How the score behaves here

Change risk →

Two views of the same model: where the cuts fall, and what commit shape lands you above them.

Score distribution

Every scored commit, binned on the raw 0 to 10 score rather than the percentile. Percentile ranks are uniform by construction, so that axis has no shape to draw. The dashed lines are the tercile cuts behind each row's priority pill.

04typical ↑↑ elevated0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 29 most recent commits, on their own recency sample rather than the feed above: that defaults to risk-sorted, so reusing it would plot only the top tercile and call it the spread. Big and scattered is what the model penalises. Click a dot to open it.

1101001,00010,000Lines changed (log) →0.03.3Diffusion →
Below typical9
Typical10
Elevated10

Commit history for kursku/uazapi-cli

kursku/uazapi-cli has 40 commits in its history from 2 contributors, the first of them Apr 7, 2026. In the last 90 days 1 file was touched, 2 times in total, most often message.ts. Every commit is scored for change risk from its size, spread and the history of the files it touches.