How to identify models not tagged and/or not documented in yaml

I am wondering if there is a more efficient way (besides manually scrolling through all folders and yamls) to identify models that may be slipping through the cracks during scheduled runs because they are not tagged properly as well as models that are not currently documented in yaml files.

Check out dbt-checkpoint, which is a dbt package with tests for models without documentation or tags, amongst other things!