guoxicheng/skip

自动跳过APP开屏广告

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 41 minutes ago
Type:ApplicationCategory(s):AndroidMobile & Desktop
Added to GitGenius on September 19th, 2026
Created on June 23rd, 2022
Open Issues & Pull Requests: 64 (+0)
GitHub issues: Enabled
Number of forks: 256
Total Stargazers: 3,655 (+0)
Total Subscribers: 13 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 39.7 hours
Mean response time: 17.0 days
90th percentile: 44.8 days
Tracked items: 76

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 95% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 64
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 605 days
Stale 30+ days: 64
Stale 90+ days: 64

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (3)
  • bug (2)

Most active issues this week

Sign in to see which issues are moving.

Detailed Description

Skip is an Android application that automatically dismisses app splash-screen advertisements by leveraging the accessibility service framework.

The tool addresses the friction of waiting through startup ads by using Android's accessibility service to detect and automatically click skip buttons on splash screens. It works through a rule-based system where detection rules are defined in configuration files that specify how to identify and interact with skip buttons across different applications.

The project suits Android users who want to streamline their app launch experience without manually dismissing ads each time. It is designed for end users rather than developers. The tool operates through a subscription model for detection rules, with a default rule set maintained by the project and support for community-contributed custom rule subscriptions. Users can contribute new skip rules for applications by submitting pull requests with rule definitions and optionally including captured layout data for verification.

The project maintains an active default rule set with documented procedures for community contributions. The codebase is written in Kotlin and includes tooling for exporting layout captures to aid in rule creation and review.