Add setup-my-iq skill 🤖🤖🤖#1985
Conversation
🔍 Skill Validator Results
Summary
Full validator output |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new setup-my-iq skill and supporting templates to help users create and maintain a structured “personal context portfolio” (identity, role, team, tools/config, communication style, and constraints), and registers the skill in the skills index.
Changes:
- Introduces the
setup-my-iqskill with a guided first-time setup + update workflow. - Adds bundled markdown templates for the six context files plus a canonical
AGENTS.mdwiring template. - Updates the skills documentation index to include the new skill.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/setup-my-iq/SKILL.md | Defines the new skill’s behavior: discovery, interview flow, wiring into instructions, safety, and error handling. |
| skills/setup-my-iq/assets/templates/AGENTS.md | Provides the canonical “Personal Context” instruction block used to point agents to the context files. |
| skills/setup-my-iq/assets/templates/identity.md | Template for user identity context file. |
| skills/setup-my-iq/assets/templates/role-and-responsibilities.md | Template for responsibilities/cadences/deliverables context file. |
| skills/setup-my-iq/assets/templates/team.md | Template for team/partners roster context file. |
| skills/setup-my-iq/assets/templates/tools-systems-and-config.md | Template for tools, notes system, ADO config, reporting outputs, and pillars. |
| skills/setup-my-iq/assets/templates/communication-style.md | Template capturing writing voice, avoid-list, and audience adjustments. |
| skills/setup-my-iq/assets/templates/preferences-and-constraints.md | Template for working preferences, hard boundaries, and memory rules. |
| docs/README.skills.md | Registers the new skill in the documentation index. |
| | Setting | Value | | ||
| |---------|-------| | ||
| | Vault/notes path | <!-- full path --> | | ||
| | Action items | <!-- path to action items file --> | |
There was a problem hiding this comment.
this is a template table in a template file. I dont see any leading double pipes. there are comments left in the column to specify what goes there. I think no change is necessary.
|
This reads really like it's two skills in one - an interviewer that will produce the identity and then a skill to instruct the agent to leverage the identity. The resulting on this is that, particularly in the "use identity" stages of the workflow there will be a large number of wasted tokens added into each request. Also, I do wonder how much value is gained with much of this information. How does the behaviour of the agent change if it knows the users role, their IDE choice, etc., or does that just become tokens in the request that are ignored? |
What this adds
A new skill,
setup-my-iq, that creates and maintains a personal context portfolio: a set of structured markdown files (identity, role and responsibilities, team, tools/config, communication style, preferences and constraints) that any agent, skill, or plugin can read to immediately understand who it is working with.Why
People re-introduce themselves to AI tools every session and across every harness. This skill runs a guided interview once, writes the files anywhere the user chooses, and wires them into the user's custom instructions (
AGENTS.md/copilot-instructions.md/CLAUDE.md) so every agent can find them. It also supports targeted updates and gap-filling for files that already exist.Details
skills/setup-my-iq/SKILL.mdplus bundled templates underassets/templates/.Validation
npm run skill:validatepasses (skill is valid).npm run buildregenerateddocs/README.skills.md.🤖 This PR was prepared with AI assistance.