data-sensibility

Identifies data quality issues and pattern variations to guide extraction design.

13|4|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/memect/kc --skill data-sensibility
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-sensibility
Source: https://github.com/memect/kc/tree/main/template/skills/zh/data-sensibility
Command: npx skills add https://github.com/memect/kc --skill data-sensibility

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build intuition about document data before extraction design. Use before designing any extraction schema or regex pattern, when onboarding a new document type, or when extraction accuracy is unexpectedly low and you suspect a data assumption is wrong. It covers systematic observation of raw documents, spot-checking extracted results, distribution analysis, and recognizing suspicious patterns. If you are about to write code that touches document data and you have not read at least five documents end-to-end, stop and use this skill first.

Core Features & Use Cases

  • Systematic data observation: read 3-5 representative documents to surface stable anchors and variability.
  • Data quality checks: spot-check values, detect pattern mismatches, and identify anomalous fields before coding.
  • Use Case: onboarding a new document type and validating data assumptions to reduce extraction errors.

Quick Start

Read 3-5 complete documents of a new type to surface data patterns before designing any extraction logic.

Frequently Asked Questions about data-sensibility

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does my document extraction accuracy keep dropping unexpectedly?

Unexpected document extraction accuracy drops often stem from broken data assumptions. Systematically observe raw documents and spot-check extracted values to detect anomalous fields and pattern mismatches before adjusting your extraction logic.

How do I prepare for onboarding a new document type for data extraction?

To onboard a new document type, read 3-5 representative documents end-to-end first. This systematic data observation surfaces stable anchors and field variability, directly informing your extraction schema design and reducing errors.

What is data sensibility and when do I need it for extraction design?

Data sensibility is the process of building intuition about document data quality and pattern variations before coding extraction logic. You need it when onboarding new document types, validating data assumptions, or assessing data consistency across samples.

How do I check data quality before writing extraction patterns?

Check data quality by spot-checking extracted values and running distribution analysis on your samples. This detects pattern mismatches and identifies suspicious data anomalies before you commit to specific extraction rules or regex patterns.

What should I do if I suspect my data assumptions for extraction are wrong?

If you suspect your data assumptions are wrong, stop coding and read at least five documents end-to-end. Systematic observation of raw documents helps identify data quality issues and pattern variations to correct your extraction design.

Can I design extraction rules without reading the raw documents first?

Designing extraction rules without reading raw documents risks missing data quality issues and pattern variations. Systematic observation of 3-5 complete documents is required to surface stable anchors and field variability for accurate feature design.