$ git clone http://tcclient.ion.nu/tc_client.git
commit 6d36f8724344be9a3564d33cdbf1f9c9e249e29c
Author: Your Name <...>
Date:   Tue Apr 14 11:41:38 2015 +0200

    modbot: document !skip in commands.html

diff --git a/utilities/modbot/commands.html b/utilities/modbot/commands.html
index b7b8325..3696d46 100644
--- a/utilities/modbot/commands.html
+++ b/utilities/modbot/commands.html
@@ -25,6 +25,7 @@
     <tr><td>!approve entire queue</td><td>approve all videos in queue (for playlists)</td></tr>
     <tr><td>!badvid</td><td>stop playing the current video and mark it as bad</td></tr>
     <tr><td>!badvid &lt;link/searchterm&gt;</td><td>mark the specified video as bad, preventing it from ever being queued again</td></tr>
+    <tr><td>!skip &lt;number&gt;</td><td>skip a given number of videos from the queue without approving them nor marking them as bad, if no number is given it defaults to 1</td></tr>
   </table><br />
   You can also just play videos manually/the good old way and they will be marked as good.
 </body>