# abstract-first-line-this-work (INT001) ## What it does Checks the first non-comment line inside an abstract for phrases such as "this work", "this paper", or "this manuscript". ## Why is this bad? It is better to introduce the topic first. ## Example ```latex \begin{abstract} In this work, we present a new method. \end{abstract} ```