Reduce redundancy in the phrase "bare naked"

<rule id="ID" name="Reduce redundancy in the phrase "bare naked".">    
 <pattern>
  <token>bare</token>
  <token>naked</token>
 </pattern>
 <message>Reduce "bare naked" to either <suggestion>bare</suggestion> or <suggestion>naked</suggestion>.</message>
 <example correction=''>The man walked onto the set <marker>bare naked</marker>.</example>
 <example>The man walked onto the set naked.</example>
</rule>