diff --git a/checklist.html b/checklist.html
index 928fd7a7aa8ea24cbc1e112a88ea7a6ccdaecccb..bae4e1c7f853be4a9514402e5a8ea907598653bf 100644
--- a/checklist.html
+++ b/checklist.html
@@ -95,6 +95,12 @@ permalink: checklist.html
 		<label for="links-underlined" class="checkbox">Ensure links are recognizable (underlined).
 			<input name="links-underlined" id="links-underlined" type="checkbox">
 		</label>
+
+    <!-- skip link -->
+    <label for="skip-to-link" class="checkbox">Provide a “<a href="http://a11yproject.com/posts/skip-nav-links/">Skip to main content</a>” link.
+      <input name="skip-to-link" id="skip-to-link" type="checkbox">
+    </label>
+
 	</fieldset>
 
 	<!-- Images -->