
Code Review
- 2 installs
- 5 repo stars
- Updated August 2, 2026
- contentstack/contentstack-android
Review PRs for contentstack-android covering API stability, Gradle, tests, and mobile security.
About
Code review for contentstack-android When to use Reviewing feature or fix PRs for the Android SDK.. Auditing dependency or manifest changes.
- Reviewing feature or fix PRs for the Android SDK
- Auditing dependency or manifest changes
Code Review by the numbers
- 2 all-time installs (skills.sh)
- Ranked #947 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/contentstack/contentstack-android --skill code-reviewAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 5 |
| Last updated | August 2, 2026 |
| Repository | contentstack/contentstack-android ↗ |
What it does
Review PRs for contentstack-android covering API stability, Gradle, tests, and mobile security.
Files
Code review – contentstack-android
When to use
- Reviewing feature or fix PRs for the Android SDK
- Auditing dependency or manifest changes
Instructions
Checklist
- API: Public SDK surface changes justified and documented.
- Gradle: Version bumps coherent; no accidental signing or secret commits.
- Tests: Unit tests for new logic; consider Robolectric limitations.
- Manifest/resources: No unnecessary permissions; ProGuard rules updated if needed.
- Cross-SDK: Behavior consistent with Java/Swift where applicable.
Severity hints
- Blocker: Broken
:contentstack:testDebugUnitTest, leaked credentials, or broken publish metadata. - Major: Missing coverage for risky network or caching changes.
- Minor: Formatting, comments, internal refactors.
Related skills
Code Review & Qualitytesting