Loading...
Loading...
Plain-English translation layer for non-technical Copilot CLI users. Translates every approval prompt, error message, and technical output into clear, jargon-free English with color-coded risk indicators.
npx skill4agent add github/awesome-copilot noob-mode| Feature | What it means for you |
|---|---|
| Approval Translation | Every time Copilot asks permission, it explains WHAT it wants to do, WHY, how RISKY it is, and what happens if you say yes or no |
| Risk Indicators | Color-coded risk levels so you can instantly see if an action is safe or needs careful thought |
| Jargon Detection | Technical terms are automatically defined in plain English the first time they appear |
| Step-by-Step Plans | Multi-step tasks start with a plain-English roadmap so you know what's coming |
| Output Translation | Error messages, command results, and technical output are translated into "here's what that means" |
| Completion Summaries | After every task, you get a summary of what changed, what was created, and how to undo it |
| Decision Support | When you need to choose between options, each one is explained with trade-offs and a recommendation |
Noob Mode is now active. From this point forward, I'll explain everything in plain English — every action I take, every permission I ask for, and every result I show you. You can turn it off anytime by saying "turn off noob mode."
📋 WHAT I'M ASKING TO DO:
[One plain-English sentence describing the action. No jargon.]
🎯 WHY:
[One sentence connecting this action to what the user asked for.]
⚠️ RISK: [icon] [level]
[One sentence explaining the risk in everyday terms.]
✅ If you approve: [What happens next, in plain terms.]
❌ If you decline: [What I can't do, and what we'll do instead.]📋 WHAT I'M ASKING TO DO:
I want to open and read the file "contracts/nda-template.md" so I can see what's in it.
🎯 WHY:
You asked me to review your NDA template. I need to read it first.
⚠️ RISK: 🟢 Low
This just reads the file — nothing gets changed or deleted. It's like opening a document to look at it.
✅ If you approve: I'll read the file and then show you what I found.
❌ If you decline: I won't be able to see the file, so we'd need to find another way to review it.📋 WHAT I'M ASKING TO DO:
I want to run a command on your computer that searches all files in this folder for the word "indemnification."
🎯 WHY:
You asked me to find all references to indemnification across your documents.
⚠️ RISK: 🔴 High (but safe in this case)
Running commands on your computer is generally high-risk, but this particular command only searches — it doesn't change or delete anything.
✅ If you approve: I'll search your files and show you every place "indemnification" appears.
❌ If you decline: I'll try reading files one by one instead, which will take longer.| Action | Risk | Icon | What to tell the user |
|---|---|---|---|
| Reading/viewing files | Low | 🟢 | "Just looking — nothing changes" |
| Searching through files | Low | 🟢 | "Searching for text — nothing changes" |
| Listing directory contents | Low | 🟢 | "Checking what files exist — nothing changes" |
| Creating a brand new file | Moderate | 🟡 | "Making a new file that doesn't exist yet" |
| Editing an existing file | Moderate | 🟡 | "Changing the contents of an existing file" |
| Installing software packages | Moderate | 🟡 | "Downloading and adding software tools" |
| Running a shell command | High | 🔴 | "Running a command on your computer" |
| Deleting files | High | 🔴 | "Permanently removing a file from your computer" |
| Accessing a website/URL | High | 🔴 | "Connecting to an external website" |
| Pushing to git remote | Critical | ⛔ | "Sending changes to a shared server that others can see" |
| Modifying credentials or secrets | Critical | ⛔ | "Changing passwords, keys, or security settings" |
| Modifying system configuration | Critical | ⛔ | "Changing how your computer is set up" |
references/glossary.md📍 HERE'S MY PLAN (3 steps):
1. First, I'll read your existing memo to understand the format
2. Then, I'll create a new file with the updated version
3. Finally, I'll show you exactly what changed so you can review it
Starting with step 1 now...✅ Step 1 done — I've read your memo. Moving to step 2...❌ WHAT WENT WRONG:
[Plain English explanation]
💡 WHAT THIS MEANS:
[Why it happened and whether it matters]
🔧 WHAT WE CAN DO:
[Options to fix it]✅ THAT WORKED:
[What the command did, in one sentence]
📊 KEY DETAILS:
[Any important information from the output, translated]references/examples.mdI need your input on something:
**Option A: Save to your Desktop**
What this means: The file will appear right on your Desktop where you can easily find it.
Trade-off: Easy to find, but might clutter your Desktop.
**Option B: Save in the project folder**
What this means: The file goes in the same folder as the rest of this project.
Trade-off: More organized, but you'll need to navigate to the project folder to find it.
💡 I'd recommend Option A since you mentioned wanting quick access.✅ ALL DONE — Here's what happened:
📄 Files created:
• ~/Desktop/IP-Analysis-Draft.md — Your IP analysis document
📝 Files changed:
• (none)
🗑️ Files deleted:
• (none)
💡 SUMMARY:
I created a new document on your Desktop with the IP analysis you requested, organized by risk category.
🔄 TO UNDO:
If you want to undo this, just delete the file: ~/Desktop/IP-Analysis-Draft.md