← all publishers

sisodiabhumca

@sisodiabhumca source repo

59 published skills

  1. CSV Pii Scanner · sisodiabhumca bundle
    Vendor-neutral skill to scan CSV exports for likely PII columns and risky values, producing a remediation-focused report.
    0
    installs
  2. CSV Pii Redactor · sisodiabhumca bundle
    Vendor-neutral skill to detect and redact common PII in CSV files and produce a redaction report.
    0
    installs
  3. API Contract Diff · sisodiabhumca bundle
    Vendor-neutral skill to compare two OpenAPI 3 specifications and produce a structured contract change report with breaking-change detection.
    0
    installs
  4. DOCX Style Auditor · sisodiabhumca bundle
    Audits .docx documents for vendor-neutral style consistency issues (headings, spacing) and outputs an actionable report.
    0
    installs
  5. Kpi Anomaly Triage · sisodiabhumca bundle
    Vendor-neutral skill to analyze KPI time-series data, detect anomalies, and generate a triage summary with likely drivers.
    0
    installs
  6. Pr Review Summarizer · sisodiabhumca bundle
    Use when reviewing a code pull request or merge request. Reads a unified diff (or fetches one from GitHub/GitLab) and produces a structured review — risk-ranked summary, files changed, hotspots, suggested test coverage, and reviewer questions. Vendor-neutral; works with any AI agent runtime that can run shell commands.
    0
    installs
  7. Release Notes Writer · sisodiabhumca bundle
    Use to assemble user-facing release notes from a list of merged PRs (CSV/JSON) or by reading `git log` between two refs. Groups changes into Features / Improvements / Fixes / Breaking, drops internal-only items, links each line back to its PR, and produces both a public Markdown and a Slack-ready short version. Vendor-neutral.
    0
    installs
  8. Saas Spend Optimizer · sisodiabhumca bundle
    Use to analyze SaaS billing/usage exports (Zuora, Stripe, vendor invoices) and surface optimization opportunities — unused seats, duplicate tools, over-provisioned tiers, autorenewals coming up, and ARR-at-risk.
    0
    installs
  9. Sqlite Schema Report · sisodiabhumca bundle
    Vendor-neutral skill to summarize a SQLite database schema (tables, columns, indexes, foreign keys) and emit a portable report.
    0
    installs
  10. Config Drift Detector · sisodiabhumca bundle
    Vendor-neutral skill to detect configuration drift across environments and suggest normalization actions.
    0
    installs
  11. Etl Lineage Explainer · sisodiabhumca bundle
    Vendor-neutral skill for extracting and summarizing table-level lineage from SQL-based ETL jobs.
    0
    installs
  12. HTTP API Smoke Tester · sisodiabhumca bundle
    Run a vendor-neutral HTTP API smoke test plan (requests + assertions) and emit a compact pass/fail report.
    0
    installs
  13. Log Redaction Auditor · sisodiabhumca bundle
    Vendor-neutral skill to audit application logs for potential sensitive-data leakage and redaction coverage.
    0
    installs
  14. Policy As Code Linter · sisodiabhumca bundle
    Vendor-neutral skill for linting simple policy-as-code rules (YAML) for style, safety, and completeness.
    0
    installs
  15. Utm Campaign Governor · sisodiabhumca bundle
    Enforces vendor-neutral UTM naming conventions by validating marketing links and generating a normalized, policy-compliant output.
    0
    installs
  16. Data Contract Enforcer · sisodiabhumca bundle
    Use to validate dbt models or warehouse tables against a data contract YAML. Checks columns, types, nullability, freshness, row-count bounds, and uniqueness. Emits a CI-friendly report and exits non-zero on violations.
    0
    installs
  17. Data Contract Validator · sisodiabhumca bundle
    Vendor-neutral skill to validate JSON records against a lightweight data contract (schema + rules) and produce a validation report.
    0
    installs
  18. Dependency Vuln Triager · sisodiabhumca bundle
    Use to triage dependency vulnerability scanner output (npm audit, pip-audit, OSV, GitHub advisories) and produce a ranked, deduplicated action list. Combines CVSS severity with a simple exploitability and reachability heuristic, suggests the safest fix version, and groups by package so a single bump closes many CVEs. Vendor-neutral — works on any JSON SBOM-like input.
    0
    installs
  19. Experiment Metric Audit · sisodiabhumca bundle
    Vendor-neutral skill for auditing experiment metrics definitions for common analytics pitfalls and inconsistencies.
    0
    installs
  20. Meeting Notes Distiller · sisodiabhumca bundle
    Use when given a meeting transcript or raw notes to produce a structured summary — decisions made, action items (with owner + due date), risks/blockers, open questions, and a follow-up email draft. Vendor-neutral; works with output from any transcription provider.
    0
    installs
  21. Oncall Runbook Executor · sisodiabhumca bundle
    Use during an incident or routine on-call task to execute a YAML-defined runbook step by step. Each step has a description, an optional precheck command, the action command, and an expected outcome. Produces a tamper-evident execution log. Vendor-neutral; works with any shell-capable agent runtime.
    0
    installs
  22. SQL Anti Pattern Linter · sisodiabhumca bundle
    Vendor-neutral skill to lint SQL text for common anti-patterns and output actionable findings.
    0
    installs
  23. API Changelog Summarizer · sisodiabhumca bundle
    Vendor-neutral skill to convert an API diff (before/after schemas or endpoints) into a structured changelog with breaking changes and migration guidance.
    0
    installs
  24. Architecture Map Builder · sisodiabhumca bundle
    Use to build a service / component map from a GitHub or GitLab monorepo or set of repos. Detects services, languages, internal dependencies (HTTP/SDK/import), and emits a Mermaid diagram + a service catalog YAML.
    0
    installs
  25. AI Eval Regression Tester · sisodiabhumca bundle
    Use to run a regression eval suite over an LLM application — fixed test cases with deterministic graders (exact match, JSON schema, regex, embedding similarity, LLM-as-judge). Compares the candidate model/prompt against a baseline and gates a release on pass rate + per-tag thresholds.
    0
    installs
  26. Growth Experiment Planner · sisodiabhumca bundle
    Use when planning A/B tests in LaunchDarkly, Optimizely, or similar platforms. Sizes the experiment (sample size, MDE, runtime), drafts hypothesis + success metrics + guardrails, and produces a launch checklist + rollback plan.
    0
    installs
  27. Incident Timeline Builder · sisodiabhumca bundle
    Vendor-neutral skill to turn semi-structured incident logs into a normalized chronological timeline with clusters and gaps.
    0
    installs
  28. Sbom License Risk Checker · sisodiabhumca bundle
    Vendor-neutral skill to check a CycloneDX SBOM for license policy compliance and emit a risk report.
    0
    installs
  29. Crm Opportunity Summarizer · sisodiabhumca bundle
    Use when a sales rep or RevOps lead needs a concise opportunity summary from Salesforce or HubSpot — pulling stage, amount, contacts, recent activity, and risks, then producing a deal brief and recommended next-best-action.
    0
    installs
  30. Feature Flag Risk Assessor · sisodiabhumca bundle
    Vendor-neutral skill to assess risk in feature-flag configurations (stale flags, kill-switch coverage, conflicting rules) and produce actionable recommendations.
    0
    installs
  31. JSON Schema Drift Detector · sisodiabhumca bundle
    Detects vendor-neutral JSON Schema drift between two versions and produces an actionable change report.
    0
    installs
  32. Support Macro Personalizer · sisodiabhumca bundle
    Vendor-neutral skill to render customer support macros with variables, validate placeholders, and output ready-to-send drafts.
    0
    installs
  33. Customer Interview Analyzer · sisodiabhumca bundle
    Use when a PM or UX researcher has interview transcripts (text/Notion/Drive) and needs themes, pain points, JTBD, and verbatim quotes synthesized into a research report.
    0
    installs
  34. Etl Retry Backoff Simulator · sisodiabhumca bundle
    Simulate retry and exponential backoff strategies against a failure-rate model to estimate expected runtime and cost (vendor-neutral).
    0
    installs
  35. Incident Postmortem Builder · sisodiabhumca bundle
    Use after a production incident to build a blameless postmortem. Pulls timeline from PagerDuty/Slack/observability, computes MTTD/MTTR, drafts impact, root cause, contributing factors, and action items.
    0
    installs
  36. Incident Postmortem Drafter · sisodiabhumca bundle
    Vendor-neutral skill to draft a blameless incident postmortem from structured incident inputs (timeline, impact, contributing factors) and produce an actionable report.
    0
    installs
  37. Support Sla Breach Detector · sisodiabhumca bundle
    Vendor-neutral skill for detecting support-ticket SLA breaches from exported ticket timelines.
    0
    installs
  38. Feature Flag Cleanup Planner · sisodiabhumca bundle
    Vendor-neutral skill to prioritize feature flags for cleanup using simple heuristics and produce a deprecation plan.
    0
    installs
  39. Feature Flag Rollout Planner · sisodiabhumca bundle
    Vendor-neutral skill to generate a staged feature-flag rollout plan (phases, metrics, guardrails, rollback criteria) from feature context and risk inputs.
    0
    installs
  40. Incident Timeline Normalizer · sisodiabhumca bundle
    Vendor-neutral skill to normalize incident event logs into an ordered timeline and compute phase durations.
    0
    installs
  41. Ops Rca Hypothesis Generator · sisodiabhumca bundle
    Generates vendor-neutral root-cause-analysis (RCA) hypotheses from incident symptoms and recent changes, producing a prioritized investigation plan.
    0
    installs
  42. Prompt Injection Risk Linter · sisodiabhumca bundle
    Vendor-neutral skill to lint agent prompts and untrusted retrieved content for prompt-injection risk patterns and missing safety boundaries.
    0
    installs
  43. Regulatory Guardrail Checker · sisodiabhumca bundle
    Use to screen a feature spec or product change for compliance risks across GDPR, CCPA, HIPAA, PCI-DSS, SOC2, and accessibility (WCAG 2.2). Produces a risk register and required-controls checklist before launch.
    0
    installs
  44. API Changelog Impact Analyzer · sisodiabhumca bundle
    Vendor-neutral skill for analyzing an API changelog and identifying likely breaking changes and downstream impacts.
    0
    installs
  45. Customer Journey Gap Analyzer · sisodiabhumca bundle
    Analyze a CSV of funnel stages and drop-offs to identify the biggest customer journey gaps and suggest prioritized experiments (vendor-neutral).
    0
    installs
  46. Data Retention Policy Checker · sisodiabhumca bundle
    Vendor-neutral skill to check a data retention schedule for completeness and risk (coverage, deletion handling, legal holds) and produce a structured findings report.
    0
    installs
  47. Meeting Action Item Extractor · sisodiabhumca bundle
    Vendor-neutral skill to extract action items (task, owner, due date) from a meeting transcript into structured JSON.
    0
    installs
  48. Pseudonymization Field Mapper · sisodiabhumca bundle
    Vendor-neutral skill to generate a consistent pseudonymization field map and implementation plan for datasets.
    0
    installs
  49. Accessibility Alt Text Auditor · sisodiabhumca bundle
    Vendor-neutral skill to audit image alt-text coverage and basic quality heuristics for accessibility.
    0
    installs
  50. Meeting Action Items Extractor · sisodiabhumca bundle
    Vendor-neutral skill to extract decisions, action items, and owners from meeting transcripts and output an actionable task list.
    0
    installs
  51. Meeting Decision Log Extractor · sisodiabhumca bundle
    Vendor-neutral skill to extract decisions and action items from a meeting transcript and produce a decision log plus an action register.
    0
    installs
  52. Privacy Policy Diff Summarizer · sisodiabhumca bundle
    Diff two privacy policy texts and produce a vendor-neutral summary of materially changed sections and risk flags.
    0
    installs
  53. Product Analytics Investigator · sisodiabhumca bundle
    Use when a PM, data PM, or analyst needs to investigate product metrics in Amplitude or Mixpanel — diagnosing drops in activation, retention, or funnel conversion, or attributing changes to releases, segments, or experiments. Pulls events, runs cohort/funnel analysis, and writes a root-cause memo.
    0
    installs
  54. Cloud Cost Tag Coverage Auditor · sisodiabhumca bundle
    Audit cloud resource export data for missing or invalid cost allocation tags and output a vendor-neutral remediation plan.
    0
    installs
  55. Feature Adoption Funnel Builder · sisodiabhumca bundle
    Builds vendor-neutral feature adoption funnels from event logs to quantify conversion, drop-off, and time-to-adopt.
    0
    installs
  56. Backlog Prioritization Assistant · sisodiabhumca bundle
    Vendor-neutral skill to prioritize a backlog using configurable scoring (RICE/WSJF-style) and produce a ranked list with rationale.
    0
    installs
  57. Incident Postmortem QA Checklist · sisodiabhumca bundle
    Vendor-neutral skill to turn an incident timeline into a postmortem QA checklist and identify missing or weak evidence.
    0
    installs
  58. Kpi Definition Consistency Checker · sisodiabhumca bundle
    Vendor-neutral skill to check a KPI dictionary for conflicting definitions, grain mismatches, and missing ownership.
    0
    installs
  59. Release Notes Changelog Normalizer · sisodiabhumca bundle
    Vendor-neutral skill to normalize raw release notes into Keep a Changelog-style entries with consistent headings.
    0
    installs