repowiserepowise
Sign in
skykai521/vibeapp
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiseskykai521/vibeapp

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

120of 359 scored

120 commits sit in this repo's top risk tercile, which is 33% of the 359scored. 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 7.9 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 commits9326%Commits whose subject reads as a bug fix rather than new work.Written by an agent23766%Read from commit trailers, so it counts what was declared.Change diffusion1.08bitsShannon 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 threshold7.9out 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.

Consistently feature-driven across its history.

Feature48%
Fix26%
Refactor7%
Docs9%
Test0%
Deps0%
Chore4%
Other6%
66%of indexed commits are agent-attributed(237 of 359)
claude (237)

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
f3b5d016feat: add build-tools
SkyKai
5mo ago+663.4K -115
100%Elevated
more lines added than baseline
2
7c288bb4feat(icon): replace hand-written icon XML with Lucide preset library
SkyKaiclaudeassisted
4mo ago+8.3K -48
99%Elevated
more lines added than baseline
3
b0b887c2fix: add kotlinc
SkyKai
5mo ago+13.9K -37
99%Elevated
more lines added than baseline
4
cf44c3dcinit project
SkyKai
5mo ago+19.1K -0
99%Elevated
more lines added than baseline
5
908066ecdocs: add continuous iteration implementation plan
SkyKaiclaudeassisted
4mo ago+3.0K -0
98%Elevated
more lines added than baseline
6
559a3748docs(ui-pattern): correct spec for M2 tokens, add implementation plan
SkyKaiclaudeassisted
4mo ago+3.2K -11
98%Elevated
more lines added than baseline
7
85bb191cfeat: bundle Readability.js, Turndown.js and extraction script for WebView
SkyKaiclaudeassisted
4mo ago+3.8K -0
98%Elevated
more lines added than baseline
8
9868ff5afeat: add docs & revert VibeAppIcon size change
SkyKai
4mo ago+4.3K -10
98%Elevated
more lines added than baseline
9
b17cc436ci: prioritize dev branch checks and baseline lint
SkyKai
5mo ago+4.2K -35
98%Elevated
more lines added than baseline
10
360f4dbdImplement chat diagnostic logging v1
SkyKai
5mo ago+2.5K -81
97%Elevated
more lines added than baseline
11
dc468362feat: implement multi-project management (Phase 1)
SkyKaiclaudeassisted
5mo ago+1.8K -447
97%Elevated
more lines added than baseline
12
aa11bf6efeat: support function calling & agent loop
SkyKai
5mo ago+1.6K -58
97%Elevated
more lines added than baseline
13
75ebf277Implement smarter auto-fix analyzer and phase 3 docs
SkyKai
4mo ago+1.7K -16
95%Elevated
more lines added than baseline
14
9f08ef68feat(agent): add grep tool + symbol outline to cut read token cost
SkyKaiclaudeassisted
4mo ago+1.4K -20
95%Elevated
more lines added than baseline
15
e45ad21afeat: optimize system prompt & add docs
SkyKai
4mo ago+1.6K -2
95%Elevated
more lines added than baseline
16
92389100chore: regenerate lint baseline to include new string resources
SkyKaiclaudeassisted
4mo ago+911 -3.4K
95%Elevated
more lines added than baseline
17
4fde1d98feat(chat): redesign dropdown menu with rounded corners, icons, and grouped sections
SkyKaiclaudeassisted
4mo ago+1.5K -23
95%Elevated
more lines added than baseline
18
479fbf7ffix: suppress MissingSuperCall lint error and regenerate baseline
SkyKaiclaudeassisted
5mo ago+1.3K -447
95%Elevated
more lines added than baseline
19
0df97522fix: remove ASM transform, fix plugin Activity lifecycle crash
SkyKaiclaudeassisted
5mo ago+2.3K -392
95%Elevated
more lines added than baseline
20
593aba01feat: background agent service with foreground notification and build mutex
SkyKaiclaudeassisted
5mo ago+1.2K -147
95%Elevated
more lines added than baseline
21
b7d99bdffeat: implement build-engine javac aapt2 d8 pipeline
SkyKai
5mo ago+1.2K -219
95%Elevated
more lines added than baseline
22
05c1efb8add docs
SkyKai
5mo ago+1.3K -12
95%Elevated
more lines added than baseline
23
dd12dbcbrefactor(agent): split monolithic ProjectTools.kt into domain files with Hilt multibinding
SkyKaiclaudeassisted
4mo ago+844 -879
93%Elevated
more lines added than baseline
24
d4f8006ffeat: add logging system
SkyKai
5mo ago+799 -0
93%Elevated
more lines added than baseline
25
b3fd71d6Initial commit
SkyKai
5mo ago+674 -0
93%Elevated
more lines added than baseline
26
4bb308eefeat(ui-pattern): add 5 screen templates (D4)
SkyKaiclaudeassisted
4mo ago+710 -0
92%Elevated
more lines added than baseline
27
863c3c00feat(inspector): overhaul UI inspection with multi-window support
SkyKaiclaudeassisted
4mo ago+750 -100
92%Elevated
more lines added than baseline
28
813a0717feat: add WebView-based fallback for anti-crawl blocked web content
SkyKaiclaudeassisted
4mo ago+536 -105
92%Elevated
more lines added than baseline
29
996fe0b1docs: add WebSearchTool implementation plan
SkyKaiclaudeassisted
4mo ago+678 -0
92%Elevated
more lines added than baseline
30
3835fc83docs: swap README language — English as default, Chinese as README_CN
SkyKaiclaudeassisted
5mo ago+540 -539
92%Elevated
more lines added than baseline
31
b5d4027cFix SSE streaming and network logging
SkyKai
5mo ago+479 -101
92%Elevated
more lines added than baseline
32
244a89afdocs(ui-pattern): add design spec for Phase 3 UI pattern library
SkyKaiclaudeassisted
4mo ago+501 -0
91%Elevated
more lines added than baseline
33
4a34eacedocs: add Shadow plugin framework feasibility analysis
SkyKaiclaudeassisted
5mo ago+481 -0
91%Elevated
more lines added than baseline
34
033670e6docs: update architecture and contribution guide
SkyKai
5mo ago+508 -330
91%Elevated
more lines added than baseline
35
03232c16refactor: replace zip extraction with direct asset copy for templates
SkyKaiclaudeassisted
5mo ago+706 -32
91%Elevated
more lines added than baseline
36
dd9126b2Fix Qwen agent tool calling compatibility
SkyKai
5mo ago+534 -14
91%Elevated
more lines added than baseline
37
943a3cc5feat(agent-loop): wire snapshot + memo + iteration mode into turn lifecycle
SkyKaiclaudeassisted
4mo ago+517 -290
89%Elevated
more lines added than baseline
38
0ed717cffeat(snapshot): add SnapshotManager with lazy-commit handle and retention
SkyKaiclaudeassisted
4mo ago+386 -0
89%Elevated
more lines added than baseline
39
6c662088docs: add continuous iteration design spec
SkyKaiclaudeassisted
4mo ago+420 -0
89%Elevated
more lines added than baseline
40
042d1397feat(ui-pattern): add PatternLibrary data layer
SkyKaiclaudeassisted
4mo ago+467 -0
89%Elevated
more lines added than baseline
41
3bafc182feat: add plugin UI inspection and automation via AIDL IPC
SkyKaiclaudeagent
4mo ago+508 -0
89%Elevated
more lines added than baseline
42
4fba3975feat: on-device ASM transform for Shadow plugin builds (Phase 1)
SkyKaiclaudeassisted
5mo ago+557 -38
89%Elevated
more lines added than baseline
43
3fe638e9feat(diagnostic): add DiagnosticScreen with summary card and event timeline
SkyKaiclaudeassisted
4mo ago+485 -0
88%Elevated
more lines added than baseline
44
2c8e5144feat: render agent tool calls and thinking as independent chat items
SkyKaiclaudeagent
4mo ago+361 -44
88%Elevated
more lines added than baseline
45
7b27d3e1feat: add read_runtime_log tool for plugin runtime diagnostics
SkyKaiclaudeassisted
5mo ago+838 -6
88%Elevated
more lines added than baseline
46
d0572389feat: support Anthropic API
SkyKai
5mo ago+494 -13
88%Elevated
more lines added than baseline
47
cd586960feat: add ProjectInitializer
SkyKai
5mo ago+480 -24
88%Elevated
more lines added than baseline
48
c2795708feat(memo): add IntentStore and markdown codec
SkyKaiclaudeassisted
4mo ago+274 -0
86%Elevated
more lines added than baseline
49
c0f92dc9feat(memo): add Outline data model and zero-cost OutlineGenerator
SkyKaiclaudeassisted
4mo ago+287 -0
86%Elevated
more lines added than baseline
50
3f6e2773feat(ui-pattern): add three agent tools and design guide prompt section
SkyKaiclaudeassisted
4mo ago+351 -11
86%Elevated
more lines added than baseline
  • f3b5d016feat: add build-tools
    Author
    SkyKai
    When
    5mo ago
    Lines
    +663.4K -115
    Risk
    100%Elevated
  • 7c288bb4feat(icon): replace hand-written icon XML with Lucide preset library
    Author
    SkyKai
    When
    4mo ago
    Lines
    +8.3K -48
    Risk
    99%Elevated
  • b0b887c2fix: add kotlinc
    Author
    SkyKai
    When
    5mo ago
    Lines
    +13.9K -37
    Risk
    99%Elevated
  • cf44c3dcinit project
    Author
    SkyKai
    When
    5mo ago
    Lines
    +19.1K -0
    Risk
    99%Elevated
  • 908066ecdocs: add continuous iteration implementation plan
    Author
    SkyKai
    When
    4mo ago
    Lines
    +3.0K -0
    Risk
    98%Elevated
  • 559a3748docs(ui-pattern): correct spec for M2 tokens, add implementation plan
    Author
    SkyKai
    When
    4mo ago
    Lines
    +3.2K -11
    Risk
    98%Elevated
  • 85bb191cfeat: bundle Readability.js, Turndown.js and extraction script for WebView
    Author
    SkyKai
    When
    4mo ago
    Lines
    +3.8K -0
    Risk
    98%Elevated
  • 9868ff5afeat: add docs & revert VibeAppIcon size change
    Author
    SkyKai
    When
    4mo ago
    Lines
    +4.3K -10
    Risk
    98%Elevated
  • b17cc436ci: prioritize dev branch checks and baseline lint
    Author
    SkyKai
    When
    5mo ago
    Lines
    +4.2K -35
    Risk
    98%Elevated
  • 360f4dbdImplement chat diagnostic logging v1
    Author
    SkyKai
    When
    5mo ago
    Lines
    +2.5K -81
    Risk
    97%Elevated
  • dc468362feat: implement multi-project management (Phase 1)
    Author
    SkyKai
    When
    5mo ago
    Lines
    +1.8K -447
    Risk
    97%Elevated
  • aa11bf6efeat: support function calling & agent loop
    Author
    SkyKai
    When
    5mo ago
    Lines
    +1.6K -58
    Risk
    97%Elevated
  • 75ebf277Implement smarter auto-fix analyzer and phase 3 docs
    Author
    SkyKai
    When
    4mo ago
    Lines
    +1.7K -16
    Risk
    95%Elevated
  • 9f08ef68feat(agent): add grep tool + symbol outline to cut read token cost
    Author
    SkyKai
    When
    4mo ago
    Lines
    +1.4K -20
    Risk
    95%Elevated
  • e45ad21afeat: optimize system prompt & add docs
    Author
    SkyKai
    When
    4mo ago
    Lines
    +1.6K -2
    Risk
    95%Elevated
  • 92389100chore: regenerate lint baseline to include new string resources
    Author
    SkyKai
    When
    4mo ago
    Lines
    +911 -3.4K
    Risk
    95%Elevated
  • 4fde1d98feat(chat): redesign dropdown menu with rounded corners, icons, and grouped sections
    Author
    SkyKai
    When
    4mo ago
    Lines
    +1.5K -23
    Risk
    95%Elevated
  • 479fbf7ffix: suppress MissingSuperCall lint error and regenerate baseline
    Author
    SkyKai
    When
    5mo ago
    Lines
    +1.3K -447
    Risk
    95%Elevated
  • 0df97522fix: remove ASM transform, fix plugin Activity lifecycle crash
    Author
    SkyKai
    When
    5mo ago
    Lines
    +2.3K -392
    Risk
    95%Elevated
  • 593aba01feat: background agent service with foreground notification and build mutex
    Author
    SkyKai
    When
    5mo ago
    Lines
    +1.2K -147
    Risk
    95%Elevated
  • b7d99bdffeat: implement build-engine javac aapt2 d8 pipeline
    Author
    SkyKai
    When
    5mo ago
    Lines
    +1.2K -219
    Risk
    95%Elevated
  • 05c1efb8add docs
    Author
    SkyKai
    When
    5mo ago
    Lines
    +1.3K -12
    Risk
    95%Elevated
  • dd12dbcbrefactor(agent): split monolithic ProjectTools.kt into domain files with Hilt multibinding
    Author
    SkyKai
    When
    4mo ago
    Lines
    +844 -879
    Risk
    93%Elevated
  • d4f8006ffeat: add logging system
    Author
    SkyKai
    When
    5mo ago
    Lines
    +799 -0
    Risk
    93%Elevated
  • b3fd71d6Initial commit
    Author
    SkyKai
    When
    5mo ago
    Lines
    +674 -0
    Risk
    93%Elevated
  • 4bb308eefeat(ui-pattern): add 5 screen templates (D4)
    Author
    SkyKai
    When
    4mo ago
    Lines
    +710 -0
    Risk
    92%Elevated
  • 863c3c00feat(inspector): overhaul UI inspection with multi-window support
    Author
    SkyKai
    When
    4mo ago
    Lines
    +750 -100
    Risk
    92%Elevated
  • 813a0717feat: add WebView-based fallback for anti-crawl blocked web content
    Author
    SkyKai
    When
    4mo ago
    Lines
    +536 -105
    Risk
    92%Elevated
  • 996fe0b1docs: add WebSearchTool implementation plan
    Author
    SkyKai
    When
    4mo ago
    Lines
    +678 -0
    Risk
    92%Elevated
  • 3835fc83docs: swap README language — English as default, Chinese as README_CN
    Author
    SkyKai
    When
    5mo ago
    Lines
    +540 -539
    Risk
    92%Elevated
  • b5d4027cFix SSE streaming and network logging
    Author
    SkyKai
    When
    5mo ago
    Lines
    +479 -101
    Risk
    92%Elevated
  • 244a89afdocs(ui-pattern): add design spec for Phase 3 UI pattern library
    Author
    SkyKai
    When
    4mo ago
    Lines
    +501 -0
    Risk
    91%Elevated
  • 4a34eacedocs: add Shadow plugin framework feasibility analysis
    Author
    SkyKai
    When
    5mo ago
    Lines
    +481 -0
    Risk
    91%Elevated
  • 033670e6docs: update architecture and contribution guide
    Author
    SkyKai
    When
    5mo ago
    Lines
    +508 -330
    Risk
    91%Elevated
  • 03232c16refactor: replace zip extraction with direct asset copy for templates
    Author
    SkyKai
    When
    5mo ago
    Lines
    +706 -32
    Risk
    91%Elevated
  • dd9126b2Fix Qwen agent tool calling compatibility
    Author
    SkyKai
    When
    5mo ago
    Lines
    +534 -14
    Risk
    91%Elevated
  • 943a3cc5feat(agent-loop): wire snapshot + memo + iteration mode into turn lifecycle
    Author
    SkyKai
    When
    4mo ago
    Lines
    +517 -290
    Risk
    89%Elevated
  • 0ed717cffeat(snapshot): add SnapshotManager with lazy-commit handle and retention
    Author
    SkyKai
    When
    4mo ago
    Lines
    +386 -0
    Risk
    89%Elevated
  • 6c662088docs: add continuous iteration design spec
    Author
    SkyKai
    When
    4mo ago
    Lines
    +420 -0
    Risk
    89%Elevated
  • 042d1397feat(ui-pattern): add PatternLibrary data layer
    Author
    SkyKai
    When
    4mo ago
    Lines
    +467 -0
    Risk
    89%Elevated
  • 3bafc182feat: add plugin UI inspection and automation via AIDL IPC
    Author
    SkyKai
    When
    4mo ago
    Lines
    +508 -0
    Risk
    89%Elevated
  • 4fba3975feat: on-device ASM transform for Shadow plugin builds (Phase 1)
    Author
    SkyKai
    When
    5mo ago
    Lines
    +557 -38
    Risk
    89%Elevated
  • 3fe638e9feat(diagnostic): add DiagnosticScreen with summary card and event timeline
    Author
    SkyKai
    When
    4mo ago
    Lines
    +485 -0
    Risk
    88%Elevated
  • 2c8e5144feat: render agent tool calls and thinking as independent chat items
    Author
    SkyKai
    When
    4mo ago
    Lines
    +361 -44
    Risk
    88%Elevated
  • 7b27d3e1feat: add read_runtime_log tool for plugin runtime diagnostics
    Author
    SkyKai
    When
    5mo ago
    Lines
    +838 -6
    Risk
    88%Elevated
  • d0572389feat: support Anthropic API
    Author
    SkyKai
    When
    5mo ago
    Lines
    +494 -13
    Risk
    88%Elevated
  • cd586960feat: add ProjectInitializer
    Author
    SkyKai
    When
    5mo ago
    Lines
    +480 -24
    Risk
    88%Elevated
  • c2795708feat(memo): add IntentStore and markdown codec
    Author
    SkyKai
    When
    4mo ago
    Lines
    +274 -0
    Risk
    86%Elevated
  • c0f92dc9feat(memo): add Outline data model and zero-cost OutlineGenerator
    Author
    SkyKai
    When
    4mo ago
    Lines
    +287 -0
    Risk
    86%Elevated
  • 3f6e2773feat(ui-pattern): add three agent tools and design guide prompt section
    Author
    SkyKai
    When
    4mo ago
    Lines
    +351 -11
    Risk
    86%Elevated
Showing 50 of 359 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.

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

Size against diffusion

The 200 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,000Lines changed (log) →0.04.1Diffusion →
Below typical61
Typical73
Elevated66

Commit history for skykai521/vibeapp

skykai521/vibeapp has 385 commits in its history from 1 contributor, the first of them Mar 10, 2026. No file in the repository changed in the last 90 days. Every commit is scored for change risk from its size, spread and the history of the files it touches.