Quality Inspector, Tester, Sorter, and Weigher - Defect Classification and AQL Decision Expert

0 0 Updated: 2026-08-02 12:14:32

This skill supports quality inspectors, testers, sorters, and weighers with professional judgment, covering defect severity classification, AQL sampling result overrides, measurement system capability (gauge R&R), and disposition authority decisions for reliable and compliant quality management.

Install
npx skills add https://github.com/wonsukchoi/domain-experts --skill quality-inspector-tester
Skill Details readonly

When Quality Control Is No Longer Just "A Quick Look" — A Skill That Supercharges Judgment

To be honest, I used to have a pretty shallow understanding of quality inspection work. I thought it was just about taking a caliper, measuring a few dimensions, giving things a quick visual scan, and then either passing or rejecting the batch. It wasn't until I did an internship at a factory and saw a veteran technician arguing heatedly, face red, over a batch of parts that "all looked fine," that I realized this job is far more complex than it seems.

Later, I came across a skill called Quality Inspector, Tester, Sorter, and Weigher, and it felt like a whole new world had opened up. It's not a piece of machinery, but rather a thinking framework designed to help quality inspection professionals make sound judgments, specifically aimed at solving those "ambiguous" and borderline problems.

What Problems Does It Actually Solve?

Simply put, this skill provides a "decision-making guide" for people working in quality inspection, testing, sorting, and weighing roles. Specifically, it focuses on three main areas:

  • Defect Severity Classification: When a defect is found, how do you determine whether it's critical, major, or minor? And does this classification overturn the original acceptable AQL sampling results for the entire batch?
  • Measurement System Reliability: When the error of the measurement system (gauge R&R) takes up too large a proportion of the tolerance, the same part might pass one test and fail the next. Can you still trust the results at this point?
  • Disposition Authority Judgment: Do you have the authority to directly reject or release a batch, or do you need to escalate the issue to higher management?

It is particularly well-suited for scenarios in manufacturing such as incoming material inspection, in-process patrol inspection, final product outgoing inspection, and quality audits within the supply chain.

Five "First Principles" That Hit Hard

The most hardcore part of this skill is the underlying logic it distills. Let me share a few that left a deep impression on me:

First, passing AQL does not mean zero defects. Many newcomers assume that if a batch passes sampling inspection, it must be problem-free. But the skill states it clearly: sampling plans allow for a certain level of risk. Passing AQL only means "statistically acceptable level of risk," not that there are no defective items inside. This understanding is crucial and helps prevent a lot of blind overconfidence.

Second, measurement system errors can "eat up" the tolerance. If the gauge R&R exceeds 30% of the tolerance band, then the measurement system's verdict on that characteristic becomes unreliable. I've encountered this situation before — using a caliper with insufficient precision to measure a shaft with a very tight tolerance. I measured the same shaft three times and got three different readings, which almost led to a misjudgment. In such cases, you need to fix the measurement system first before even talking about pass or fail.

Third, defect classification determines the disposition action, not just a label. For example, if you find a critical defect related to safety, no matter how great the batch's AQL sampling results look, you must immediately hold the shipment and escalate the issue. This is especially practical for preventing problems from being "swept under the rug."

How to Use It? Here's a Decision Framework

This skill provides a clear set of steps. I tried it out in practice and found it very smooth:

  • Before starting, confirm which sampling plan, AQL level, and defect classification standard to use;
  • Check the capability of the measurement system, especially for characteristics with tight tolerances that are prone to borderline cases;
  • Conduct sampling inspection according to the plan, and classify any defects found using the established standards, not by gut feeling;
  • Once a critical defect is found, regardless of other data, hold the shipment and escalate first;
  • Finally, make the disposition decision, always keeping your authority limits in mind.

With this process, at least every decision has a clear basis, rather than being made on a whim.

The Setup Has a Slight Learning Curve, But It's Worth It

This skill is an open-source project on GitHub, and installation requires using the command line. Don't worry — the operation is actually quite simple:

npx skills add https://github.com/wonsukchoi/domain-experts --skill quality-inspector-tester

Once installed, you can invoke it in a supported environment, input your quality inspection data, and receive corresponding decision recommendations. I tried it out — the interface is quite intuitive and the logic is rigorous. It feels like having an experienced veteran technician guiding you on the side.

A Few Final Words

In the quality management field, the most dangerous mindset is "good enough is fine." While this skill can't replace human judgment, it helps us build our decisions on a more solid foundation. Especially for those borderline cases and gray areas, having it help clarify our thinking brings a lot of peace of mind.

If you work in quality inspection, testing, sorting, or weighing, I genuinely recommend giving this skill a try. It might just save you from taking the blame a few times 😄