> For the complete documentation index, see [llms.txt](https://docs.tribalknowledge.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tribalknowledge.tech/exemplar-tutorials/knowledge-sharing-code-review.md).

# Knowledge Sharing Code Review

Tom in accounting complained to your boss about a very important report that was off by several million dollars.  After researching the issue you find that Tom submitted a database change request that deleted records from Tables A and B but forgot to delete from table C.  He also failed to insert into Table D and did not update table E.  A code review was conducted by the team lead, but because he had not done that task in about 2 years he forgot to those other steps were necessary.   Also there is no referential integrity on these tables.  Your boss asks you to find a way to prevent this from happening in the future.  You decide to use Tribal Knowledge and set up a check list to automate the code review process.
