Quality Management Analysis Skill: First Pass Yield Defect Rate Rework Cost Tracking

0 0 Updated: 2026-08-02 13:43:53

This skill focuses on manufacturing quality management core metrics analysis, providing FPY, defect rate, rework rate and scrap cost calculation and visualization, supporting Pareto analysis and trend tracking. Users can query quality data via natural language to quickly identify issues and aid decision-making.

Install
npx skills add https://github.com/j4xie/my-prototype-logistics.git --skill quality-analysis
Skill Details readonly

What Exactly Is Quality Management Analysis?

Don’t get intimidated by the term “quality management analysis” just yet. In simple terms, it’s a tool that helps you get a handle on your production quality data. Last time I walked through a factory, I noticed plenty of seasoned workers still manually calculating pass rates in Excel, and the efficiency was, well, “absolutely amazing” (in a sarcastic way, of course). This skill was created precisely to solve that kind of pain point.

In a nutshell, it helps you compute a few key metrics: First Pass Yield (FPY), defect rate, rework rate, and scrap cost. All you need to do is ask in plain language, “What’s this month’s pass rate?” and it will calculate it for you and even generate a chart. Pretty neat, right?

Core Features Breakdown

Let’s take a closer look at what it can actually do:

  • FPY (First Pass Yield): This is the percentage of products that pass inspection on the first try. The formula is the number of first-pass items divided by the total number inspected. This metric reflects how stable the production line is from the start.
  • Defect Rate: The number of defective items divided by the sample size. It directly tells you how “unreliable” your product is.
  • Rework Rate: The number of reworked items divided by total output. The more rework you have, the more serious the problem and the higher the cost.
  • Scrap Cost: The number of scrapped items multiplied by the unit price. This is real money we’re talking about, and calculating it might just make your boss wince.

It also comes with built-in warning thresholds that use a red-yellow-green color system to alert you to your quality status. For example, if FPY drops below 2%, it flashes red; if the rework rate exceeds 3%, that’s also a red alert. This way, you don’t have to stare blankly at the data, wondering where the problem is. You can spot it at a glance.

Pareto Analysis: Tackling the Main Issues

This skill also supports defect Pareto analysis, which is based on the 80/20 rule. In quality management, roughly 80% of problems are typically caused by 20% of the root causes. You just need to ask “defect type distribution,” and it will generate a Pareto chart for you, making it easy to see which defect is the most “glaring” so you can prioritize it. Last time I tried it, I discovered that our workshop’s biggest defect was actually screws being driven in crooked, which was both frustrating and amusing.

Trend Tracking: Watching How Data Changes

Beyond static analysis, it also supports trend tracking. You can ask “What’s the trend in rework rate over the last three months?” and it will produce a line chart so you can see whether the metric is improving or worsening. This feature is particularly useful for verifying whether your improvement measures are effective. For instance, if you install new equipment, you can check whether the pass rate actually goes up.

How to Install and Use It?

This skill is a Skill project hosted on GitHub, and installation is quite straightforward. All you need to do is run the following command in your terminal:

npx skills add https://github.com/j4xie/my-prototype-logistics.git --skill quality-analysis

Once installed, you can ask questions in natural language within a supported environment. For example:

  • “What is the FPY for this month?”
  • “What are the defect types? Sort them.”
  • “Analyze the rework cost.”

It will automatically call the relevant query tools and then generate charts, including gauges (GAUGE), bar charts (BAR), pie charts (PIE), and line charts (LINE). It’s really convenient.

A Few Handy Tips

There are a few things to keep in mind when using it:

  • You need to set the factory ID and date range first; otherwise, it won’t know which factory or time period you want to analyze.
  • When querying, try to use short, direct sentences. Don’t beat around the bush. For example, just say “rework rate” instead of “I would like to know what the rework rate is.”
  • If the data volume is large, queries might be a bit slower, so just be patient.

Real-World Application Scenarios

This skill is best suited for manufacturing environments, such as automotive parts, electronics assembly, and plastic injection molding. Quality managers can use it to quickly report quality status during daily morning meetings, production supervisors can rely on it to pinpoint problem processes, and even the boss can use it to see cost savings. For me, after using it, it felt like having an extra quality analyst assistant, one that works 24/7 without ever taking a break.

Alright, that’s about it for this quality management analysis skill. If you’re also tired of drowning in dense, sprawling Excel spreadsheets, give this a try. It might just surprise you. As for me, I’ve already bookmarked it. The next time I’m in a quality meeting, I can just pull up the data directly, haha.