growingiogrowingioOfficial·12 Agent Skills Included

growingio-sdk-ios-autotracker

Structured iOS analytics SDK development, testing, and review workflows

Guides disciplined development of the GrowingIO iOS analytics SDK, covering event pipelines, storage, networking, and session management. Enforces planning gates, test-driven development, systematic debugging, and independent code review before any merge. Eliminates untested changes, missed public API updates, and random guesswork when fixing build or runtime failures.
npx skills add growingio/growingio-sdk-ios-autotracker --all -g -y
Available:

Gives the agent a module map of the SDK codebase, platform and build toolchain context, and pointers to routing docs so it can navigate event, database, network, and service code correctly.

All Skills in This Repository (12)

Pure Emerald Level Indicators
📦 In Repo
growingiogrowingio

test-driven-development

Apply test-driven methods to SDK core functions for data persistence and event handling.

Official
Advanced
📦 In Repo
growingiogrowingio

systematic-debugging

Guide structured root cause analysis for iOS build and runtime errors.

Official
Advanced
📦 In Repo
growingiogrowingio

using-growingio-sdk-skills

Integrate GrowingIO Autotracker into iOS apps with step-by-step instructions.

Official
Basic
📦 In Repo
growingiogrowingio

finishing-a-development-branch

Assess git branch status and guide commit, merge, or discard decisions.

Official
Intermediate
📦 In Repo
growingiogrowingio

brainstorming

Transform vague feature requests into detailed actionable specifications.

Official
Intermediate
📦 In Repo
growingiogrowingio

writing-plans

Creates software development implementation plans with impact assessment and dependency management.

Official
Intermediate
📦 In Repo
growingiogrowingio

receiving-code-review

Validate, clarify, and prioritize code review feedback before implementation.

Official
Intermediate
📦 In Repo
growingiogrowingio

writing-skills

Validate skills against a failing test scenario before deployment.

Official
Basic
📦 In Repo
growingiogrowingio

plan-document-review

Validate planning documents for completeness, accuracy, and consistency.

Official
Intermediate
📦 In Repo
growingiogrowingio

verification-before-completion

Run automated test commands and analyze output logs to validate code changes.

Official
Intermediate
📦 In Repo
growingiogrowingio

subagent-driven-development

Orchestrate multi-task development workflows with autonomous subagents and automated reviews.

Official
Advanced
📦 In Repo
growingiogrowingio

sdk-code-review

Automate code review workflows for completed features and bug fixes.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install GrowingIO iOS SDK skills?â–¼

Run `npx skills add growingio/growingio-sdk-ios-autotracker --all -g -y` in your terminal to install all skills in this suite globally.

What does this skill suite do for iOS SDK development?â–¼

It enforces a disciplined workflow for the GrowingIO analytics SDK: brainstorming specs, writing plans, test-driven development, systematic debugging, and independent code review before merging.

How does the Planning Gate work?â–¼

Any change touching 3 or more files or the public API requires a written plan and an independent plan review before any source code is modified.

Does it support Xcode builds and XCTest?â–¼

Yes. The skills include exact xcodebuild test commands, XCTest assertion patterns, and verification steps aligned with the repository's CI workflow.

Can non-iOS developers use these workflow skills?â–¼

The debugging, TDD, and review skills are SDK-specific, but the planning and verification discipline patterns transfer to any structured engineering project.

Related Repositories in Software Engineering

View All in Software Engineering→