analystExtract insights from data with SQL, visualization, and clear communication of findings.
Install via ClawdBot CLI:
clawdbot install ivangdavila/analystGenerated Mar 1, 2026
Analyze user behavior data to identify drop-off points in the purchase funnel and recommend improvements to boost conversion rates. This involves querying session logs, visualizing funnel steps, and communicating findings to the marketing team.
Examine transaction data to detect anomalous patterns indicative of fraudulent activity using SQL queries for segmentation and time-series analysis. Visualize trends and provide actionable insights to the risk management department.
Analyze patient records and treatment data to identify factors contributing to hospital readmissions. Use cohort analysis and statistical methods to derive insights for improving care protocols and reducing costs.
Investigate usage metrics and customer feedback to predict churn risks and recommend retention strategies. This includes segmenting users, visualizing engagement trends, and summarizing findings for the product team.
Evaluate logistics data to identify bottlenecks and inefficiencies in the supply chain. Perform time-series and segmentation analysis to provide recommendations for improving delivery times and reducing operational costs.
Businesses that generate recurring revenue through monthly or annual subscriptions. Analysis focuses on metrics like churn rate, customer lifetime value, and engagement to drive retention and growth.
Companies that earn revenue per transaction, such as e-commerce platforms or payment processors. Analysis involves conversion rates, average order value, and fraud detection to optimize sales and security.
Businesses that monetize through ads, relying on user engagement and traffic data. Analysis targets metrics like click-through rates, user demographics, and ad performance to maximize ad revenue.
💬 Integration Tip
Integrate this skill by connecting it to SQL databases and BI tools like Tableau or Power BI, ensuring scripts are version-controlled for reproducibility.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
Automated GitHub PR code review with diff analysis, lint integration, and structured reports. Use when reviewing pull requests, checking for security issues,...
Essential Git commands and workflows for version control, branching, and collaboration.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.