Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

360 Feedback Template

Designs a behaviourally anchored 360-degree feedback survey, or turns raw reviewer notes into a structured feedback report.

Docs & OfficeBeginner1,268226AI score 8/10Last updated: Aug 10, 2026

What it does

The skill produces one of two outputs:

  1. A 360 survey instrument — behaviour-based statements across five competency areas (delivery & execution, communication & collaboration, leadership & influence, strategic thinking, culture & values), a 1–5 frequency scale, and open questions that demand specific examples.
  2. A 360 feedback report — executive summary, three strength themes, development themes with concrete suggested actions, a ratings table with averages/ranges/variance interpretation, and a recommended 90-day focus.

It also applies built-in quality checks and anti-patterns: describe observable behaviours instead of personality, never hide score variance behind an average, and avoid verbatim quotes that could identify a reviewer on a small team.

Who it's for

  • HR and People teams preparing a performance cycle
  • Team leads and engineering managers running peer review for the first time
  • Individual contributors who must write constructive feedback for a colleague
  • Managers building evidence-based promotion packets

Examples

  • "Build a 360 feedback survey for a senior product manager" → a level-appropriate survey with anonymity instructions and open-ended prompts
  • "Here are eight peer review notes — write the 360 report" → recurring themes grouped into strengths and development areas with quotes and a 90-day plan
  • "Design a 360 review template for engineering managers" → a survey weighted toward leadership and strategic thinking

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/mohitagw15856/pm-claude-skills/HEAD/exports/openclaw/360-feedback-template/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the exports/openclaw/360-feedback-template folder from the GitHub repo mohitagw15856/pm-claude-skills into my ~/.claude/skills/360-feedback-template/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/mohitagw15856/pm-claude-skills.git && mkdir -p ~/.claude/skills && cp -r pm-claude-skills/exports/openclaw/360-feedback-template ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open your terminal.
  2. Clone the repository: git clone https://github.com/mohitagw15856/pm-claude-skills.git
  3. Make sure the skills folder exists: mkdir -p ~/.claude/skills
  4. Copy the skill in: cp -r pm-claude-skills/exports/openclaw/360-feedback-template ~/.claude/skills/
  5. Restart Claude Code and try a prompt like "Build a 360 feedback survey for my team" to trigger the skill.
  6. Before pasting real reviewer notes, consider anonymising names and teams to protect confidentiality.