Skip to content

What does doesn't work well.

Andrei Filippov edited this page Mar 24, 2026 · 1 revision

How to create a base prompt

When I was creating prompt for ai to check code in specific area, I followed 5 layer prompt framework. I haven't tried any other ways to define purpose for ai because this method seems to work alright even without defined topics.

topics

To make ai check for the exact issues you what, add topics. In this app topic is very specific pattern or issue. But adding them, you tell ai what thing it should give comment on if it's spotted any. when adding a topic be as specific as you can: for example, instead of adding 'bad variable naming' use 'Bad naming that deceives the reader about what variable stores or function logic'. That way you specify what do you mean by general "bad naming"

Clone this wiki locally