It looks like you are confounding Capability and Statistical Process Control.
Shewhart Charts or Control Charts typically plot what is assumed to be Gaussian data with control limits of $\pm3s$. Control limits are not used to declare a part defective, they are used to help determine when a process is in "statistical control." In fact, if a chart was plotted of your process as described, the chart would detect tampering by identifying that no points of data were beyond $\pm2s$. The process should then be examined to discover the source of the tampering.
Capability is a measure of process performance vs. specification levels or tolerances. In this instance, a part must meet the requirement or it is declared defective.
Processes can be capable but out of control; they can also be incapable but in control.
For capability, the National Institute of Science and Technology recommends the use of $C_{npk}$, the non-parametric $C_{pk}$, for non-normal data. This modified index is defined as:
$$C_{npk}=\min \left\{ \frac{USL-\tilde{x}}{X_{99.5\%}-\tilde{x}},\frac{\tilde{x}-LSL}{\tilde{x}-X_{.5\%}}\right\}$$
Where $X_{99.5\%}$, $\tilde{x}$, and $X_{.5\%}$ are the 99.5th, 50th, and .5th percentiles of the data based on the underlying distribution, respectively.
For control charts, you need to either transform the data with a process such as Box-Cox (the common approach), or create a chart with lines based on $X_{99.5\%}$, $\tilde{x}$, and $X_{.5\%}$ of the distribution the data is from (which is equivalent to $\overline{x}\pm3s$ in a normal distribution (much less common approach).