Most users that use Reddit know that they can look up their Contributor Quality Score in subreddits like https://www.reddit.com/r/WhatIsMyCQS/. However those subreddits are being monitored by Moderators, Admins or/and karma farmers.
If you want to do it privately create your own subreddit and put this code in automoderator which can be access through https://www.reddit.com/r/YOUR_SUBREDDIT/wiki/config/automoderator
Now make a post in that subreddit or use automoderator to make a post for you.
Every time you comment on that post you will get a reply from automoderator with your current Contributor Quality score.
If you want to do it privately create your own subreddit and put this code in automoderator which can be access through https://www.reddit.com/r/YOUR_SUBREDDIT/wiki/config/automoderator
Code:
type: comment
author:
contributor_quality: "= lowest"
comment: "Your CQS is lowest. Please improve the quality of your comments to meet subreddit standards."
---
type: comment
author:
contributor_quality: "= low"
comment: "Your CQS is low. Please review subreddit rules and ensure your comments are meaningful."
---
type: comment
author:
contributor_quality: "= moderate"
comment: "Your CQS is moderate. Keep contributing high-quality comments!"
---
type: comment
author:
contributor_quality: "= high"
comment: "Your CQS is high. Thank you for maintaining excellent comment quality!"
---
type: comment
author:
contributor_quality: "= highest"
comment: "Your CQS is highest. Exceptional contribution! Keep it up!"
Now make a post in that subreddit or use automoderator to make a post for you.
Every time you comment on that post you will get a reply from automoderator with your current Contributor Quality score.